* mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
authorStan Shebs <shebs@codesourcery.com>
Thu, 22 Aug 1996 18:18:19 +0000 (18:18 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 22 Aug 1996 18:18:19 +0000 (18:18 +0000)
ld/ChangeLog
ld/mpw-make.sed

index fd354f4012bb5c60a02791a97238373f780398cb..7098c546070e2e96054813ad9b193ddd2af07663 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 22 11:16:02 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
+
 Wed Aug 21 11:26:37 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
index 3d82a646ba99fc2faff317778ff22ca0e84a7a0c..bfaaf1464bf430714a4f8a07d70a622b857d0682 100644 (file)
@@ -23,7 +23,7 @@
 # Hack up ldmain compile.
 /^"{o}"ldmain.c.o \\Option-f .* config.status$/,/^$/c\
 "{o}"ldmain.c.o \\Option-f  "{s}"ldmain.c\
-       {CC} -d DEFAULT_EMULATION='"'{EMUL}'"' -d SCRIPTDIR='"'{scriptdir}'"' {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
+       {CC} @DASH_C_FLAG@ -d DEFAULT_EMULATION='"'{EMUL}'"' -d SCRIPTDIR='"'{scriptdir}'"' {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
 
 
 # Remove ldemul-list.h build, rely on configure to make one.