diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-30 14:32:06 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-30 14:32:06 +0000 |
commit | 4c65aab8b90fdd8ef4e2b77e33c7a821297f60e6 (patch) | |
tree | 51ddb89ced2d08ac572bd2ec52489d37b1044640 /config/mh-pa-hpux10 | |
parent | 348a6d8ebf392d63efbd6e9dc362b0301c1c6e5c (diff) | |
download | gcc-4c65aab8b90fdd8ef4e2b77e33c7a821297f60e6.tar.gz |
2008-07-30 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r138310
* gcc/Makefile.in: removed debugging echo in run-basilys-deps
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@138312 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mh-pa-hpux10')
-rw-r--r-- | config/mh-pa-hpux10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-pa-hpux10 b/config/mh-pa-hpux10 new file mode 100644 index 00000000000..99a2278f281 --- /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 |