xref: /netbsd-src/external/gpl3/gcc.old/dist/config/mh-pa-hpux10 (revision 627f7eb200a4419d89b531d55fccd2ee3ffdcde0)
1# The ada virtual array implementation requires that indexing be disabled on
2# hosts such as hpux that use a segmented memory architecture.  Both the c
3# and ada files need to be compiled with this option for correct operation.
4ADA_CFLAGS = -mdisable-indexing -D_X_HPUX10
5