OSDN Git Service

sync with src
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jul 2008 15:04:24 +0000 (15:04 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Jul 2008 15:04:24 +0000 (15:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138314 138bc75d-0d04-0410-961f-82ee72b054a4

configure

index 1c19007..797cfcf 100755 (executable)
--- 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"
     ;;
     # 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"
     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*)
     tentative_cc="cc -Wp,-H256000"
     ;;
   rs6000-*-lynxos*)