From: Jeff Law Date: Sun, 26 Dec 1993 04:02:36 +0000 (+0000) Subject: * configure.in: Nuke hacks which were used to get a special X-Git-Tag: gdb-4_18~16285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28958ab2d07432614fd201cb8e0721f1e1f0db46;p=thirdparty%2Fbinutils-gdb.git * configure.in: Nuke hacks which were used to get a special version of GAS for HPPA configurations. --- diff --git a/configure.in b/configure.in index b6e70cff01d..96dd2cdf3a3 100644 --- a/configure.in +++ b/configure.in @@ -119,10 +119,6 @@ gasdir=gas use_gnu_ld= use_gnu_as= -case "${target}" in - hppa*-hp-hpux*) target_makefile_frag=config/mt-hppa ;; -esac - # some tools are so dependent upon X11 that if we're not building with X, # it's not even worth trying to configure, much less build, that tool. @@ -199,13 +195,6 @@ case "${target}" in *) ;; esac noconfigdirs="$noconfigdirs ld binutils shellutils" - if [ -f ${srcdir}/pagas/configure.in ]; then - configdirs=`echo ${configdirs} | sed -e 's/gas /pagas /'` - else - # It'll still DTRT if "gas" directory isn't here either. - noconfigdirs="$noconfigdirs gas" - fi - gasdir=pagas ;; i[34]86-*-go32) # add the go32 support tools to the list