diff options
Diffstat (limited to 'config/mh-pa')
-rw-r--r-- | config/mh-pa | 4 |
1 files changed, 4 insertions, 0 deletions
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 |