diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/mpw-make.sed | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index fd354f4..7098c54 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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 diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 3d82a646..bfaaf14 100644 --- a/ld/mpw-make.sed +++ b/ld/mpw-make.sed @@ -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. |