From: Raymond Jou Date: Fri, 15 Dec 1995 20:17:52 +0000 (+0000) Subject: * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee68a042d20897e3164f96954612ccba80d70426;p=binutils-gdb.git * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d8b4990c170..d4fea06bec0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 15 12:11:48 1995 Raymond Jou + + * mpw-make.sed: If linking, edit ALL_CFLAGS to CFLAGS. + Thu Dec 14 15:09:52 1995 Ian Lance Taylor * config/obj-coff.c (write_object_file): Set the s_align field to diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index 03db785c3ff..6b655ae3829 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -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/