xref: /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/x-aix (revision ead2c0eee3abe6bcf08c63bfc78eb8a93a579b2b)
1# genautomata requires more than 256MB of data
2build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
3
4# jc1 requires more than 256MB of data
5$(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000
6
7