comparison gcc/config/rs6000/x-aix @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents b7f97abdc517
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # genautomata requires more than 256MB of data 1 # genautomata requires more than 1GB of data
2 build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000 2 build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x40000000
3 3
4 # jc1 requires more than 256MB of data
5 $(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000 4 $(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000
6 5