diff options
Diffstat (limited to 'gdb/config/powerpc/aix.mh')
-rw-r--r-- | gdb/config/powerpc/aix.mh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/powerpc/aix.mh b/gdb/config/powerpc/aix.mh index d0913b7..0318a0a 100644 --- a/gdb/config/powerpc/aix.mh +++ b/gdb/config/powerpc/aix.mh @@ -9,8 +9,3 @@ NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \ # When compiled with cc, for debugging, this argument should be passed. # We have no idea who our current compiler is though, so we skip it. # MH_CFLAGS = -bnodelcsect - -# gdb is too big for all of its external symbols to fit in a small TOC -# 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 |