aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-27 16:56:23 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-27 16:56:23 +0000
commit4cbbec3182422f6a4633947ad7e346f3115f8b71 (patch)
tree6692dc16a077a3c2d756694ea83b986ca521f30d /gas/configure.in
parent01c7fb71dec8c97a88f1e1b8051959abeec1b0df (diff)
downloadgdb-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.in1
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 ;;