X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fmpw-config.in;h=9e29b1d945cf1376d5254701c4f17d7a08310c6a;hb=3765b1be13d34da8aae366959c3601a09afa193b;hp=9a583409cd323f94e0e0e84bbe2d07d9e0e1b9f2;hpb=9072e640c4a983770b744195c048f0b4f983b386;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/mpw-config.in b/gas/mpw-config.in index 9a583409cd..9e29b1d945 100644 --- a/gas/mpw-config.in +++ b/gas/mpw-config.in @@ -43,13 +43,13 @@ Else If "{target_canonical}" =~ /m68k-\Option-x-coff/ Else If "{target_canonical}" =~ /mips-idt-ecoff/ Set bfd_gas yes - Set TDEFINES '-d TARGET_BYTES_BIG_ENDIAN' + Set TDEFINES '-d TARGET_BYTES_BIG_ENDIAN=1' 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' + Set TDEFINES '-d TARGET_BYTES_BIG_ENDIAN=1' forward-include "{srcroot}"bfd:elf-bfd.h 'bfd/elf-bfd.h' Else If "{target_canonical}" =~ /sh-\Option-x-hms/