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
This commit is contained in:
Sam Thursfield 2017-04-06 16:56:49 +00:00 committed by Jeff Law
parent db086c9685
commit 04dc9e453c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -1,6 +1,5 @@
# 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