* mpw-config.in: Create mk.tmp, define ARCHDEFS in it.

This commit is contained in:
Stan Shebs 1994-12-13 03:41:18 +00:00
parent 1d3c6d87ba
commit 4fd067b80d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Dec 12 19:39:15 1994 Stan Shebs <shebs@andros.cygnus.com>
* mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
Mon Jun 27 19:18:25 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW configure fragment for binutils.

View File

@ -5,3 +5,9 @@ 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