mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 23:41:28 +08:00
sync with src
From-SVN: r138314
This commit is contained in:
parent
a84166757c
commit
efd417141c
12
configure
vendored
12
configure
vendored
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user