summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-30 15:04:24 +0000
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-30 15:04:24 +0000
commitd2b94e365de504bd691a012a624a78cc274a3fc1 (patch)
tree7d8285778def139bbfdc11875b71afec13752c2f /configure
parente7cfdc9b91966e80bb9a67bf98b58625895afba5 (diff)
downloadgcc-d2b94e365de504bd691a012a624a78cc274a3fc1.tar.gz
sync with src
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138314 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 10 insertions, 2 deletions
diff --git a/configure b/configure
index 1c190078943..797cfcf5562 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*)