diff options
author | Jeff Law <law@redhat.com> | 1993-12-26 04:02:36 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-26 04:02:36 +0000 |
commit | 28958ab2d07432614fd201cb8e0721f1e1f0db46 (patch) | |
tree | d1c0b2ab9129c8943eff8c377d672ecebc9f2be7 | |
parent | 28f851f93a24640360f41dc544d346d33428336c (diff) | |
download | gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.zip gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.tar.gz gdb-28958ab2d07432614fd201cb8e0721f1e1f0db46.tar.bz2 |
* configure.in: Nuke hacks which were used to get a special
version of GAS for HPPA configurations.
-rw-r--r-- | configure.in | 11 |
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 |