repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PR 47408 and 47385
[official-gcc.git]
/
gcc
/
config
/
rs6000
/
x-aix
blob
d40690f2da6a2bff3ebd3e7e841588ef2324abb5
1
# genautomata requires more than 256MB of data
2
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
3
4
# jc1 requires more than 256MB of data
5
$(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000
6