aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gcc.gnu.org>2008-07-30 15:04:24 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-07-30 15:04:24 +0000
commitefd417141c38938b2e61689c8703af94b8a9e340 (patch)
tree7d8285778def139bbfdc11875b71afec13752c2f /configure
parenta84166757c3b655bd6350268b1d82c0ff2ac7da4 (diff)
downloadgcc-efd417141c38938b2e61689c8703af94b8a9e340.zip
gcc-efd417141c38938b2e61689c8703af94b8a9e340.tar.gz
gcc-efd417141c38938b2e61689c8703af94b8a9e340.tar.bz2
sync with src
From-SVN: r138314
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 10 insertions, 2 deletions
diff --git a/configure b/configure
index 1c19007..797cfcf 100755
--- a/configure
+++ b/configure
@@ -2844,10 +2844,18 @@ fi
# without overflowing the jump tables (-J says to use a 32 bit table)
tentative_cc="cc -J"
;;
- *-hp-hpux*)
+ hppa*-hp-hpux10*)
tentative_cc="cc -Wp,-H256000"
+ host_makefile_frag="config/mh-pa-hpux10"
;;
- *-*-hiux*)
+ hppa*-hp-hpux* | hppa*-*-hiux*)
+ tentative_cc="cc -Wp,-H256000"
+ host_makefile_frag="config/mh-pa"
+ ;;
+ hppa*-*)
+ host_makefile_frag="config/mh-pa"
+ ;;
+ *-hp-hpux* | *-*-hiux*)
tentative_cc="cc -Wp,-H256000"
;;
rs6000-*-lynxos*)