* mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
authorRaymond Jou <rjou@cygnus>
Fri, 15 Dec 1995 20:17:52 +0000 (20:17 +0000)
committerRaymond Jou <rjou@cygnus>
Fri, 15 Dec 1995 20:17:52 +0000 (20:17 +0000)
gas/ChangeLog
gas/mpw-make.sed

index d8b4990c1702c7f1f4e75c223f683fe92f502203..d4fea06bec0c350fed62cf2416a41d6e2d69dcbb 100644 (file)
@@ -1,3 +1,7 @@
+Fri Dec 15 12:11:48 1995  Raymond Jou  <rjou@mexican.cygnus.com>
+
+       * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS.
+
 Thu Dec 14 15:09:52 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/obj-coff.c (write_object_file): Set the s_align field to
index 03db785c3ff3d7f3f93903696221a8b4a5248a2c..6b655ae3829d3eee46a2378f3cb2d87f1d4e44d8 100644 (file)
@@ -53,6 +53,9 @@ LOCAL_LOADLIBES = \
 /{OBJS}/s/{OBJS} \\Option-f "{o}"config.h/{OBJS} \\Option-f/
 /gasp.c/s/gasp\.c "{o}"config.h/gasp.c/
 
+# ALL_CFLAGS includes TDEFINES, which is not desirable at link time.
+/CC_LD/s/ALL_CFLAGS/CFLAGS/g
+
 # The resource file is called mac-as.r.
 /as.new.r/s/as\.new\.r/mac-as.r/
 /gasp.new.r/s/gasp\.new\.r/mac-as.r/