* config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
doesn't understand them.
+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.
+
2001-07-23 Elena Zannoni <ezannoni@redhat.com>
* memattr.c (mem_info_command): Reformat output to look more like
# 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