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