Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2008-07-30 19:03:58 +0400
committercvs2svn <>2008-07-30 19:03:58 +0400
commit100386a877bb271544e5335fea187742e91a9d4f (patch)
treef2dc35cd3d9e9d3fbb375a4a2800d4f5a76a5c44 /configure.ac
parent102233951eb1053fae315173d4792256c12dcfe2 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20080801
snapshot-20080801'. Sprout from reverse-20080717-branch 2008-07-12 08:54:13 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2008-07-30 15:03:57 UTC Paolo Bonzini <pbonzini@redhat.com> '2008-07-30 Paolo Bonzini <bonzini@gnu.org>': ChangeLog Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/acinclude.m4 config/mh-pa config/mh-pa-hpux10 config/tcl.m4 config/tls.m4 configure configure.ac include/elf/ChangeLog include/elf/common.h include/elf/ppc.h include/opcode/ChangeLog include/opcode/ppc.h Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b7fb22229..dc9ffacf7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1067,10 +1067,18 @@ case "${host}" in
# 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*)