* mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
authorStan Shebs <shebs@codesourcery.com>
Tue, 13 Dec 1994 03:41:18 +0000 (03:41 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 13 Dec 1994 03:41:18 +0000 (03:41 +0000)
binutils/ChangeLog.mpw
binutils/mpw-config.in

index 405d033..91ae466 100644 (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.
index 3cbe91c..4bc41b9 100644 (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