aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-12-26 04:02:36 +0000
committerJeff Law <law@redhat.com>1993-12-26 04:02:36 +0000
commit28958ab2d07432614fd201cb8e0721f1e1f0db46 (patch)
treed1c0b2ab9129c8943eff8c377d672ecebc9f2be7 /configure.in
parent28f851f93a24640360f41dc544d346d33428336c (diff)
downloadfsf-binutils-gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.zip
fsf-binutils-gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.tar.gz
fsf-binutils-gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.tar.bz2
* configure.in: Nuke hacks which were used to get a special
version of GAS for HPPA configurations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index b6e70cf..96dd2cd 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