aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-18 16:58:06 +0000
committerJeff Law <law@redhat.com>2000-05-18 16:58:06 +0000
commit09e90eb479df8fb5d9b393383825f360b9a4c715 (patch)
tree4e11b887576f828d5b9fc3001592e5dc53f87f98 /configure.in
parentd1dab720ad26aef849d169247b85caab49b18a10 (diff)
downloadfsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.zip
fsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.tar.gz
fsf-binutils-gdb-09e90eb479df8fb5d9b393383825f360b9a4c715.tar.bz2
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e3ca77b..c14f135 100644
--- a/configure.in
+++ b/configure.in
@@ -656,7 +656,8 @@ case "${target}" in
;;
hppa*-*-*elf* | \
hppa*-*-linux-gnu* | \
- hppa*-*-lites*)
+ hppa*-*-lites* | \
+ hppa*64*-*-*)
# Do configure ld/binutils/gas for the above cases.
;;
hppa*-*-*)