diff options
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 0917fb83f7..cb8ba97fd4 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -123,6 +123,7 @@ changequote(,)dnl x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; ip2k) cpu_type=ip2k endian=big ;; + iq2000) cpu_type=iq2000 endian=big ;; m6811|m6812|m68hc12) cpu_type=m68hc11 ;; m680[012346]0) cpu_type=m68k ;; changequote([,])dnl @@ -315,6 +316,8 @@ changequote([,])dnl ip2k-*-*) fmt=elf ;; + iq2000-*-elf) fmt=elf bfd_gas=yes ;; + m32r-*-*) fmt=elf ;; m68hc11-*-* | m6811-*-*) fmt=elf ;; @@ -597,7 +600,7 @@ changequote([,])dnl # Any other special object files needed ? case ${cpu_type} in - fr30 | ip2k | m32r | openrisc) + fr30 | ip2k | iq2000 | m32r | openrisc) using_cgen=yes ;; |