summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-aix52
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-03 16:27:59 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-03 16:27:59 +0000
commit3b2e9f1e5b2269ae4083bdac27cd3d6a00681077 (patch)
treee79ae73b88a9c3237574d7ea64bf088988231005 /gcc/config/rs6000/t-aix52
parentc94883a3f7fa671409b88fc57f98a78d297df9ad (diff)
downloadgcc-3b2e9f1e5b2269ae4083bdac27cd3d6a00681077.tar.gz
* 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
Diffstat (limited to 'gcc/config/rs6000/t-aix52')
-rw-r--r--gcc/config/rs6000/t-aix521
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/t-aix52 b/gcc/config/rs6000/t-aix52
index 6689eba56ab..6f5d2da2c56 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;`