* srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
[deliverable/binutils-gdb.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.041915 seconds and 4 git commands to generate.