From: dje Date: Mon, 3 Oct 2005 16:27:59 +0000 (+0000) Subject: * config/rs6000/t-aix43 (LDFLAGS): New. X-Git-Tag: upstream/4.9.2~58373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b2e9f1e5b2269ae4083bdac27cd3d6a00681077;p=platform%2Fupstream%2Flinaro-gcc.git * config/rs6000/t-aix43 (LDFLAGS): New. * config/rs6000/t-aix52 (LDFLAGS): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104894 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6a566332..19dd74e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-10-03 David Edelsohn + + * config/rs6000/t-aix43 (LDFLAGS): New. + * config/rs6000/t-aix52 (LDFLAGS): New. + 2005-10-03 Ian Lance Taylor * gimplify.c (find_single_pointer_decl_1): New static function. diff --git a/gcc/config/rs6000/t-aix43 b/gcc/config/rs6000/t-aix43 index b163ef8..18e7361 100644 --- a/gcc/config/rs6000/t-aix43 +++ b/gcc/config/rs6000/t-aix43 @@ -78,3 +78,4 @@ AR_FLAGS_FOR_TARGET = -X32_64 # compiler with -mminimal-toc does not cause any harm. T_ADAFLAGS = -mminimal-toc BOOT_LDFLAGS = -Wl,-bbigtoc +LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;` diff --git a/gcc/config/rs6000/t-aix52 b/gcc/config/rs6000/t-aix52 index 6689eba..6f5d2da 100644 --- a/gcc/config/rs6000/t-aix52 +++ b/gcc/config/rs6000/t-aix52 @@ -59,3 +59,4 @@ AR_FLAGS_FOR_TARGET = -X32_64 # compiler with -mminimal-toc does not cause any harm. T_ADAFLAGS = -mminimal-toc BOOT_LDFLAGS = -Wl,-bbigtoc +LDFLAGS = `case $(CC) in *gcc*) echo -Wl,-bbigtoc ;; esac;`