* mpw-make.sed: Add @DASH_C_FLAG@ to compiler edit.
This commit is contained in:
parent
d0810b2b8d
commit
8293952724
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Wed Aug 21 11:26:37 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
|
* scripttempl/elf.sc: Put .gnu.linkonce* sections in appropriate
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# Hack up ldmain compile.
|
# Hack up ldmain compile.
|
||||||
/^"{o}"ldmain.c.o \\Option-f .* config.status$/,/^$/c\
|
/^"{o}"ldmain.c.o \\Option-f .* config.status$/,/^$/c\
|
||||||
"{o}"ldmain.c.o \\Option-f "{s}"ldmain.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.
|
# Remove ldemul-list.h build, rely on configure to make one.
|
||||||
|
|
Loading…
Reference in a new issue