diff options
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 000000000..99a2278f2 --- /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 |