diff options
Diffstat (limited to 'gcc-4.4.3/gcc/config/rs6000/x-aix')
-rw-r--r-- | gcc-4.4.3/gcc/config/rs6000/x-aix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/config/rs6000/x-aix b/gcc-4.4.3/gcc/config/rs6000/x-aix new file mode 100644 index 000000000..11ccb932d --- /dev/null +++ b/gcc-4.4.3/gcc/config/rs6000/x-aix @@ -0,0 +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 + |