summaryrefslogtreecommitdiff
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
commit1e1bca14f967042f4336b7e9b7222a919df9c71e (patch)
treed825ff747c4f04e03dcda5dc290f6e0baacf049b /configure.in
parent4cc1a5acf0b7c8029e32812891db3da7ba9a3b72 (diff)
downloadgdb-1e1bca14f967042f4336b7e9b7222a919df9c71e.tar.gz
* 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 e3ca77bb409..c14f135056e 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*-*-*)