]> Git Repo - binutils.git/blob - binutils/mpw-config.in
* gdb.base/twice.exp: Start with a fresh gdb.
[binutils.git] / binutils / mpw-config.in
1 # Configuration fragment for binutils.
2
3 Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
4
5 # (should canonicalize arch name) */
6
7 Set archname ARCH_{target_arch}
8
9 Echo '# From mpw-config.in'       > "{o}"mk.tmp
10
11 Echo "ARCHDEFS = -d" {archname}  >> "{o}"mk.tmp
12 Echo "TDEFINES = "               >> "{o}"mk.tmp
13
14 Echo '# End from mpw-config.in'  >> "{o}"mk.tmp
This page took 0.023726 seconds and 4 git commands to generate.