blob: b60b3d7925bfb6337e9b8d3867ead1bccf585741 (
plain)
1
2
3
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.
X_ADA_CFLAGS=-mdisable-indexing
|