xref: /netbsd-src/external/gpl3/binutils.old/dist/config/mh-pa (revision 4d6fc14bc9b0c5bf3e30be318c143ee82cadd108)
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
5