From 28958ab2d07432614fd201cb8e0721f1e1f0db46 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 26 Dec 1993 04:02:36 +0000 Subject: [PATCH] * configure.in: Nuke hacks which were used to get a special version of GAS for HPPA configurations. --- configure.in | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.30.2