diff options
Diffstat (limited to 'gcc/config/rs6000/x-aix')
-rw-r--r-- | gcc/config/rs6000/x-aix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/x-aix b/gcc/config/rs6000/x-aix index 32e7357f329..11ccb932d4b 100644 --- a/gcc/config/rs6000/x-aix +++ b/gcc/config/rs6000/x-aix @@ -1,3 +1,6 @@ # genautomata requires more than 256MB of data build/genautomata : override LDFLAGS += -Wl,-bmaxdata:0x20000000 +# jc1 requires more than 256MB of data +jc1 : override LDFLAGS += -Wl,-bmaxdata:0x20000000 + |