From: K. Richard Pixley Date: Wed, 25 Mar 1992 07:51:05 +0000 (+0000) Subject: remove gas from rs6000 build, use aix host fragment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4e2a59befd72608b3190de2f34e473a1a2eda02;p=binutils-gdb.git remove gas from rs6000 build, use aix host fragment --- diff --git a/ChangeLog b/ChangeLog index 439ac12661d..8b806726156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com) + + * configure.in: remove gas from rs6000 build, use aix host fragment. + Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com) * configure: pass down site_option during recursion. diff --git a/configure.in b/configure.in index 39cf945baa7..5bf6978d59e 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}