summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-04-15 22:43:47 +0200
committerLinus Nordberg <linus@nordberg.se>2000-04-15 22:43:47 +0200
commit86f0db45c0f367fdc2421543c6a1722c57ca62d4 (patch)
treeab88dac0257392f96f4a7d3a148e0f0eb3547ec9 /configure.in
parent6f896efce4b5821129c4b6e00018435e14ce6b7e (diff)
downloadgmp-86f0db45c0f367fdc2421543c6a1722c57ca62d4.tar.gz
(hppa2.0*): Use path "hppa/hppa1_1 hppa" if no 64-bit compiler was found.
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 f3805953d..b30ee9b2a 100644
--- a/configure.in
+++ b/configure.in
@@ -387,7 +387,8 @@ case ${target} in
# since GAS has not been ported to understand the 2.0 instructions.
CCAS="$CC64 -c"
else
- path="hppa"
+ # FIXME: path should be "hppa/hppa2_0 hppa/hppa1_1 hppa"
+ path="hppa/hppa1_1 hppa"
extra_functions="udiv_qrnnd"
fi
;;