Commit 04dc9e45 by Sam Thursfield Committed by Jeff Law

x-aix: Increase memory limit for genautomata on AIX.

2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>

	* config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
	Update comments.

From-SVN: r246735
parent db086c96
2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
* config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
Update comments.
2017-04-06 Richard Biener <rguenther@suse.de>
PR tree-optimization/80334
......
# genautomata requires more than 256MB of data
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000
# genautomata requires more than 1GB of data
build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x40000000
# jc1 requires more than 256MB of data
$(COMPILERS) : override LDFLAGS += -Wl,-bmaxdata:0x40000000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment