diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-08-15 23:40:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-08-15 23:40:40 +0000 |
commit | 9072e640c4a983770b744195c048f0b4f983b386 (patch) | |
tree | 3a780c1217f77f420e3cfc91d5ab86abd89d379f /gas/mpw-config.in | |
parent | eb17f9d504a3c73831b4b2eaa1658ced25bea3fe (diff) | |
download | gdb-9072e640c4a983770b744195c048f0b4f983b386.zip gdb-9072e640c4a983770b744195c048f0b4f983b386.tar.gz gdb-9072e640c4a983770b744195c048f0b4f983b386.tar.bz2 |
* mpw-config.in: Add wildcards for config matching, add mips-*-*
case, forward-include bfd/elf-bfd.h.
Diffstat (limited to 'gas/mpw-config.in')
-rw-r--r-- | gas/mpw-config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gas/mpw-config.in b/gas/mpw-config.in index 3d3eb6f..9a58340 100644 --- a/gas/mpw-config.in +++ b/gas/mpw-config.in @@ -34,25 +34,25 @@ Else If "{target_canonical}" =~ /powerpc-apple-macos/ Set bfd_gas yes Set em macos -Else If "{target_canonical}" =~ /i386-unknown-go32/ +Else If "{target_canonical}" =~ /i386-\Option-x-go32/ Set obj_format "coff" Set TDEFINES '-d I386COFF' -Else If "{target_canonical}" =~ /m68k-unknown-coff/ +Else If "{target_canonical}" =~ /m68k-\Option-x-coff/ Set TDEFINES '-d M68KCOFF' Else If "{target_canonical}" =~ /mips-idt-ecoff/ Set bfd_gas yes Set TDEFINES '-d TARGET_BYTES_BIG_ENDIAN' -# start-sanitize-gm -Else If "{target_canonical}" =~ /mips-gm-magic/ - Set obj_format "ecoff" +Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/ + # Assume other OSes etc use ELF + Set obj_format "elf" Set bfd_gas yes Set TDEFINES '-d TARGET_BYTES_BIG_ENDIAN' -# end-sanitize-gm + forward-include "{srcroot}"bfd:elf-bfd.h 'bfd/elf-bfd.h' -Else If "{target_canonical}" =~ /sh-hitachi-hms/ +Else If "{target_canonical}" =~ /sh-\Option-x-hms/ Set obj_format "coff" forward-include "{srcroot}"opcodes:sh-opc.h 'opcodes/sh-opc.h' End If |