Commit efd41714 by Paolo Bonzini

sync with src

From-SVN: r138314
parent a8416675
...@@ -2844,10 +2844,18 @@ fi ...@@ -2844,10 +2844,18 @@ fi
# without overflowing the jump tables (-J says to use a 32 bit table) # without overflowing the jump tables (-J says to use a 32 bit table)
tentative_cc="cc -J" 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" tentative_cc="cc -Wp,-H256000"
;; ;;
rs6000-*-lynxos*) rs6000-*-lynxos*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment