diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-08-22 18:18:19 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-08-22 18:18:19 +0000 |
commit | 82939527247d468ed0556087eb6c51aad7d6e91d (patch) | |
tree | 96432c5a7174dddf70138da8dada991190c555ee /ld | |
parent | d0810b2b8d1a404c2d2bd2f18f056f44ac64ce30 (diff) | |
download | gdb-82939527247d468ed0556087eb6c51aad7d6e91d.zip gdb-82939527247d468ed0556087eb6c51aad7d6e91d.tar.gz gdb-82939527247d468ed0556087eb6c51aad7d6e91d.tar.bz2 |
* mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
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. |