summaryrefslogtreecommitdiff
path: root/config/mh-pa-hpux10
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:57 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:57 +0000
commit10e1e2356c25458d5b42634530f29691b82f9e44 (patch)
tree39079dbf351f3e517a5c6b744f730c60792a7c54 /config/mh-pa-hpux10
parentfa72b6e47b597af22e9535dd4349861f271a0301 (diff)
downloadbinutils-redhat-10e1e2356c25458d5b42634530f29691b82f9e44.tar.gz
2008-07-30 Paolo Bonzini <bonzini@gnu.org>cgen-snapshot-20080801
Sync with gcc: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * 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 <Ralf.Wildenhues@gmx.de> * Makefile.tpl ($(srcdir)/configure): Update dependencies. * Makefile.in: Regenerate. * configure: Regenerate. config: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * 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 <aldot@gcc.gnu.org> * tls.m4: Fix typos.
Diffstat (limited to 'config/mh-pa-hpux10')
-rw-r--r--config/mh-pa-hpux104
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-pa-hpux10 b/config/mh-pa-hpux10
new file mode 100644
index 0000000000..99a2278f28
--- /dev/null
+++ b/config/mh-pa-hpux10
@@ -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 -D_X_HPUX10