Commit | Line | Data |
---|---|---|
6153f5bb SS |
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} | |
4fd067b8 SS |
8 | |
9 | Echo '# From mpw-config.in' > "{o}"mk.tmp | |
10 | ||
11 | Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp | |
12 | ||
13 | Echo '# End from mpw-config.in' >> "{o}"mk.tmp |