aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-03-25 07:51:05 +0000
committerK. Richard Pixley <rich@cygnus>1992-03-25 07:51:05 +0000
commitb4e2a59befd72608b3190de2f34e473a1a2eda02 (patch)
tree2060006596748f1fade971d065d07e05685170e4 /configure.in
parent0e693d0b0e5f5fb9a57846285cf6bdf4df5dca70 (diff)
downloadgdb-b4e2a59befd72608b3190de2f34e473a1a2eda02.zip
gdb-b4e2a59befd72608b3190de2f34e473a1a2eda02.tar.gz
gdb-b4e2a59befd72608b3190de2f34e473a1a2eda02.tar.bz2
remove gas from rs6000 build, use aix host fragment
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 39cf945..5bf6978 100644
--- a/configure.in
+++ b/configure.in
@@ -12,6 +12,7 @@ srcname="gnu development package"
# XXX - FIXME there needs to be a case for mh_dgux
case "${host_os}" in
+aix*) host_makefile_frag=config/mh-aix ;;
m88kbcs) host_makefile_frag=config/mh-delta88;;
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
sysv* | irix3) host_makefile_frag=config/mh-sysv ;;
@@ -50,6 +51,7 @@ esac
case "${target_cpu}" in
mips) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'`
;;
+ rs6000)configdirs=`echo ${configdirs} | sed -e 's/gas//'`
esac
target_makefile_frag=config/mt-${bfd_target}