aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/aix.mh
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-24 01:33:18 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-24 01:33:18 +0000
commita7019e234a78b290ceac8bfa0f77661cf8f58914 (patch)
treea98c1c79feeb1d90f81ba901264cac9e7faeb9ab /gdb/config/powerpc/aix.mh
parentec22bddae2cbf424f956d0508236719c34950578 (diff)
downloadgdb-a7019e234a78b290ceac8bfa0f77661cf8f58914.zip
gdb-a7019e234a78b290ceac8bfa0f77661cf8f58914.tar.gz
gdb-a7019e234a78b290ceac8bfa0f77661cf8f58914.tar.bz2
2001-07-23 Elena Zannoni <ezannoni@redhat.com>
* config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker doesn't understand them.
Diffstat (limited to 'gdb/config/powerpc/aix.mh')
-rw-r--r--gdb/config/powerpc/aix.mh4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh
index 30e4080..cda754c 100644
--- a/gdb/config/powerpc/aix.mh
+++ b/gdb/config/powerpc/aix.mh
@@ -12,4 +12,6 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \
# MH_CFLAGS = -bnodelcsect
# gdb is too big for all of its external symbols to fit in a small TOC
-MH_LDFLAGS = -Wl,-bbigtoc
+# It looks like the GNU linker doesn't understand the -bbigtoc switch.
+# This switch may be needed for some vendor compilers.
+# MH_LDFLAGS = -Wl,-bbigtoc