diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-12-12 22:35:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-12-12 22:35:48 +0000 |
commit | d8d4a450ff24b866ba7a5c727cc96ff9404940eb (patch) | |
tree | 0162228345966b0b716cac380efb038c0586b471 /ld/mpw-config.in | |
parent | 1d77631329cd007784d564f6a6b3ea2aacf256ef (diff) | |
download | gdb-d8d4a450ff24b866ba7a5c727cc96ff9404940eb.zip gdb-d8d4a450ff24b866ba7a5c727cc96ff9404940eb.tar.gz gdb-d8d4a450ff24b866ba7a5c727cc96ff9404940eb.tar.bz2 |
* mpw-config.in: Recognize mips-*-* as equivalent to
mips-idt-ecoff.
* mpw-eppcmac.c: Shortened from mpw-eppcmacos.c.
* mpw-ld.r: Add version resources.
(cfrg): Use symbolic instead of literal name for executable.
Diffstat (limited to 'ld/mpw-config.in')
-rw-r--r-- | ld/mpw-config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ld/mpw-config.in b/ld/mpw-config.in index 45fc41f..ff45f96 100644 --- a/ld/mpw-config.in +++ b/ld/mpw-config.in @@ -4,18 +4,22 @@ If "{target_canonical}" =~ /m68k-apple-macos/ Set emulname m68kcoff forward-include "{srcdir}"mpw-em68kcoff.c em68kcoff.c Set emulation_ofiles "{o}"em68kcoff.c.o + Else If "{target_canonical}" =~ /powerpc-apple-macos/ Set emulname ppcmacos - forward-include "{srcdir}"mpw-eppcmacos.c eppcmacos.c + forward-include "{srcdir}"mpw-eppcmac.c eppcmacos.c Set emulation_ofiles "{o}"eppcmacos.c.o + Else If "{target_canonical}" =~ /i386-unknown-go32/ Set emulname i386go32 forward-include "{srcdir}"mpw-ei386go32.c ei386go32.c Set emulation_ofiles "{o}"ei386go32.c.o -Else If "{target_canonical}" =~ /mips-idt-ecoff/ + +Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/ Set emulname mipsidt forward-include "{srcdir}"mpw-emipsidt.c emipsidt.c Set emulation_ofiles "{o}"emipsidt.c.o + Else If "{target_canonical}" =~ /sh-hitachi-hms/ Set emulname sh forward-include "{srcdir}"mpw-esh.c esh.c |