mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30:30 +00:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
# Configuration fragment for binutils.
|
|
|
|
Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
|
|
|
|
# (should canonicalize arch name) */
|
|
|
|
Set archname ARCH_{target_arch}
|
|
|
|
Echo '# From mpw-config.in' > "{o}"mk.tmp
|
|
|
|
Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp
|
|
|
|
Echo '# End from mpw-config.in' >> "{o}"mk.tmp
|