diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/t-aix43 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b263b69..08b7e63 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-10 David Edelsohn <edelsohn@gnu.org> + + * config/rs6000/t-aix43 (BOOT_LDFLAGS): Define. + 2005-01-10 Jan Beulich <jbeulich@novell.com> * config/ia64/ia64.c (ia64_in_small_data_p): Also handle the section diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index a716209..ba6ead8 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -69,3 +69,4 @@ AR_FLAGS_FOR_TARGET = -X32_64 # until gnatlib is built as a shared library on AIX. Compiling the # compiler with -mminimal-toc does not cause any harm. T_ADAFLAGS = -mminimal-toc +BOOT_LDFLAGS = -Wl,-bbigtoc |