1994-06-28 04:20:40 +02:00
|
|
|
# Configuration fragment for binutils.
|
|
|
|
|
|
|
|
Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
|
|
|
|
|
|
|
|
# (should canonicalize arch name) */
|
|
|
|
|
|
|
|
Set archname ARCH_{target_arch}
|
1994-12-13 04:41:18 +01:00
|
|
|
|
|
|
|
Echo '# From mpw-config.in' > "{o}"mk.tmp
|
|
|
|
|
|
|
|
Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp
|
1995-03-18 01:23:15 +01:00
|
|
|
Echo "TDEFINES = " >> "{o}"mk.tmp
|
1994-12-13 04:41:18 +01:00
|
|
|
|
|
|
|
Echo '# End from mpw-config.in' >> "{o}"mk.tmp
|