diff options
author | Jeff Law <law@redhat.com> | 1994-03-20 19:29:05 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-20 19:29:05 +0000 |
commit | cec70b2b6c3523485e0aed6628c9fb702880618a (patch) | |
tree | 046c589f3e566c1d2ab61b277d883a61f74234f1 /configure.in | |
parent | fb158b92f988b291a7726b54d2851742ab3ee32e (diff) | |
download | gdb-cec70b2b6c3523485e0aed6628c9fb702880618a.zip gdb-cec70b2b6c3523485e0aed6628c9fb702880618a.tar.gz gdb-cec70b2b6c3523485e0aed6628c9fb702880618a.tar.bz2 |
* configure.in (hppa*-*-*): Enable binutils.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a6fd27c..b772da9 100644 --- a/configure.in +++ b/configure.in @@ -195,7 +195,7 @@ case "${target}" in "" | cc*) noconfigdirs="$noconfigdirs emacs" ;; *) ;; esac - noconfigdirs="$noconfigdirs ld binutils shellutils" + noconfigdirs="$noconfigdirs ld shellutils" ;; i[34]86-*-go32) # add the go32 support tools to the list |