diff options
author | Nick Clifton <nickc@redhat.com> | 2002-07-19 07:52:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-07-19 07:52:40 +0000 |
commit | a40cbfa3c951ac0fcbdf8f98ab668beacca2b872 (patch) | |
tree | 97d5c0f90e243e154e4c450123cff2f9d53355e7 /gas/configure.in | |
parent | ccaf4e0741c1b4420a489e24cac518168106c146 (diff) | |
download | gdb-a40cbfa3c951ac0fcbdf8f98ab668beacca2b872.zip gdb-a40cbfa3c951ac0fcbdf8f98ab668beacca2b872.tar.gz gdb-a40cbfa3c951ac0fcbdf8f98ab668beacca2b872.tar.bz2 |
Add IP2k GAS and OPCODES support.
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 8f5ab3c..8372005 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -128,6 +128,7 @@ changequote(,)dnl i[3456]86) cpu_type=i386 arch=i386;; x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; + ip2k) cpu_type=ip2k endian=big ;; m6811|m6812|m68hc12) cpu_type=m68hc11 ;; m680[012346]0) cpu_type=m68k ;; changequote([,])dnl @@ -327,6 +328,8 @@ changequote([,])dnl ia64-*-hpux*) fmt=elf em=hpux ;; ia64-*-netbsd*) fmt=elf em=nbsd ;; + ip2k-*-*) fmt=elf bfd_gas=yes ;; + m32r-*-*) fmt=elf bfd_gas=yes ;; m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*)fmt=elf bfd_gas=yes ;; @@ -577,7 +580,7 @@ changequote([,])dnl # Any other special object files needed ? case ${cpu_type} in - fr30 | m32r | openrisc) + fr30 | ip2k | m32r | openrisc) using_cgen=yes ;; |