diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-02-07 18:42:04 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-02-07 18:42:04 +0000 |
commit | 06c08e9a1ffd270bb0f6b99e8f978148217547ed (patch) | |
tree | eca6c7cadf47f09b349b16d678b82a796a955669 /gas/configure.in | |
parent | b4682e519fab752dae725053926c387ccdbc7eff (diff) | |
download | gdb-06c08e9a1ffd270bb0f6b99e8f978148217547ed.zip gdb-06c08e9a1ffd270bb0f6b99e8f978148217547ed.tar.gz gdb-06c08e9a1ffd270bb0f6b99e8f978148217547ed.tar.bz2 |
Add support for powerpc-*-eabi in configure.in, rebuild configure.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in index 9da3b1b..a6bc552 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -41,6 +41,7 @@ changequote([,])dnl m8*) cpu_type=m88k ;; mips*el) cpu_type=mips endian=little;; mips*) cpu_type=mips endian=big ;; + powerpc*eabi*) cpu_type=ppc obj_format=elf;; powerpc*) cpu_type=ppc ;; rs6000*) cpu_type=ppc ;; sparc64) cpu_type=sparc obj_format=elf |