summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-18 17:04:14 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-18 17:04:14 +0000
commit1ef89cd1162f49d55c3f162ad540ea245fe94e8c (patch)
tree09e3441dfec8cfac43dea8f83797f3fb3c658d5c /configure.in
parent3fd8916a1e7e330d46cb52e5f148cdac36ab582b (diff)
downloadgcc-1ef89cd1162f49d55c3f162ad540ea245fe94e8c.tar.gz
* configure.in (hppa*64*-*-*): Do build ld for this configuration.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index cfb33ad912e..8059793d129 100644
--- a/configure.in
+++ b/configure.in
@@ -653,7 +653,9 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-libg++ ${libstdcxx_version} target-librx target-libgloss target-libffi"
;;
hppa*-*-*elf* | \
- hppa*-*-lites*)
+ hppa*-*-linux-gnu* | \
+ hppa*-*-lites* | \
+ hppa*64*-*-*)
# Do configure ld/binutils/gas for this case.
;;
hppa*-*-*)