diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-27 22:45:58 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-01-27 22:45:58 +0000 |
commit | 1de5b6a1a2f2222ab1250588164e4e63c98ec8a0 (patch) | |
tree | 9e02d6860c0455eb803e1e2c26f13cb02f95431c /gas/configure | |
parent | a94dd1fda23661238cac626d1adc7a11c55364b3 (diff) | |
download | gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.zip gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.tar.gz gdb-1de5b6a1a2f2222ab1250588164e4e63c98ec8a0.tar.bz2 |
* configure.in (em): Set to irix on all Irix systems.
* configure: Rebuilt.
* config/te-irix.h: New file.
* config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide
whether to use Irix-specific 64-bit format.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/configure b/gas/configure index 71b1142..a4d0681 100755 --- a/gas/configure +++ b/gas/configure @@ -2515,9 +2515,9 @@ EOF mips-*-osf*) fmt=ecoff endian=little ;; mips-*-ecoff*) fmt=ecoff ;; mips-*-pe*) fmt=coff endian=little em=pe ;; - mips-*-irix6*) fmt=elf ;; - mips-*-irix5*) fmt=elf ;; - mips-*-irix*) fmt=ecoff ;; + mips-*-irix6*) fmt=elf em=irix ;; + mips-*-irix5*) fmt=elf em=irix ;; + mips-*-irix*) fmt=ecoff em=irix ;; mips-*-lnews*) fmt=ecoff em=lnews ;; mips-*-riscos*) fmt=ecoff ;; mips*-*-linux*) fmt=elf em=tmips ;; |