Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-18 20:58:06 +0400
committerJeff Law <law@redhat.com>2000-05-18 20:58:06 +0400
commit52a3d41377a83e7408325a078a33784f97d5cc5f (patch)
treec2146517bf07169e144b4cdf09c35a224f18cf3b /configure.in
parentf5619b809ec8d49589d389f0ca6c95eaae822719 (diff)
* 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 e3ca77bb4..c14f13505 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*-*-*)