diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-27 16:56:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-27 16:56:23 +0000 |
commit | 4cbbec3182422f6a4633947ad7e346f3115f8b71 (patch) | |
tree | 6692dc16a077a3c2d756694ea83b986ca521f30d /gas/configure.in | |
parent | 01c7fb71dec8c97a88f1e1b8051959abeec1b0df (diff) | |
download | gdb-4cbbec3182422f6a4633947ad7e346f3115f8b71.zip gdb-4cbbec3182422f6a4633947ad7e346f3115f8b71.tar.gz gdb-4cbbec3182422f6a4633947ad7e346f3115f8b71.tar.bz2 |
* configure.in: No need to check whether ${cpu_type} is powerpc;
it never will be.
* configure: Rebuild.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index b5ca7f1..ae283de 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -306,7 +306,6 @@ changequote([,])dnl mips-*) bfd_gas=yes ;; ns32k-*) bfd_gas=yes ;; ppc-*) bfd_gas=yes ;; - powerpc-*) bfd_gas=yes ;; sparc-*) bfd_gas=yes ;; *-elf) bfd_gas=yes ;; *-ecoff) bfd_gas=yes ;; |