From da888c87a615085d0d9608416816da63e734024e Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 30 Jul 2008 15:03:57 +0000 Subject: 2008-07-30 Paolo Bonzini Sync with gcc: 2008-07-30 Paolo Bonzini * configure.ac: Add makefile fragments for hpux. * Makefile.def (flags_to_pass): Add ADA_CFLAGS. * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. * configure: Regenerate. * Makefile.in: Regenerate. 2008-06-17 Ralf Wildenhues * Makefile.tpl ($(srcdir)/configure): Update dependencies. * Makefile.in: Regenerate. * configure: Regenerate. config: 2008-07-30 Paolo Bonzini * mh-pa: New, from gcc/config/pa/x-ada. * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10. 2008-06-11 Bernhard Fischer * tls.m4: Fix typos. --- config/mh-pa | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/mh-pa (limited to 'config/mh-pa') diff --git a/config/mh-pa b/config/mh-pa new file mode 100644 index 0000000..b0005a2 --- /dev/null +++ b/config/mh-pa @@ -0,0 +1,4 @@ +# The ada virtual array implementation requires that indexing be disabled on +# hosts such as hpux that use a segmented memory architecture. Both the c +# and ada files need to be compiled with this option for correct operation. +ADA_CFLAGS = -mdisable-indexing -- cgit v1.1