aboutsummaryrefslogtreecommitdiff
path: root/ld/mpw-make.sed
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-09-26 21:09:23 +0000
committerStan Shebs <shebs@codesourcery.com>1996-09-26 21:09:23 +0000
commit0b2aef4d0e2987cdc279910ec4a03a0f16b9a0a1 (patch)
treec566d1eeefa3389df3c569db1c7ffcf7fa90a988 /ld/mpw-make.sed
parent4fc2c99a4a2729e75c465c773b6612dd0cecd1b2 (diff)
downloadgdb-0b2aef4d0e2987cdc279910ec4a03a0f16b9a0a1.zip
gdb-0b2aef4d0e2987cdc279910ec4a03a0f16b9a0a1.tar.gz
gdb-0b2aef4d0e2987cdc279910ec4a03a0f16b9a0a1.tar.bz2
* mpw-make.sed: Add symbolic doublequoting to ldmain compile edit.
* mpw-config.in: Add mips-*-* case as mips-elf, and use more wildcards in matching. * mpw-emipself.c: New file, pregenerated mips elf emulation.
Diffstat (limited to 'ld/mpw-make.sed')
-rw-r--r--ld/mpw-make.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed
index bfaaf14..0d00fde 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} @DASH_C_FLAG@ -d DEFAULT_EMULATION='"'{EMUL}'"' -d SCRIPTDIR='"'{scriptdir}'"' {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
+ {CC} @DASH_C_FLAG@ -d DEFAULT_EMULATION={dq}{EMUL}{dq} -d SCRIPTDIR={dq}{scriptdir}{dq} {ALL_CFLAGS} "{s}"ldmain.c -o "{o}"ldmain.c.o\
# Remove ldemul-list.h build, rely on configure to make one.