[gnu.g++.bug] forwarded message from Mail Delivery Subsystem

grunwald@FOOBAR.COLORADO.EDU (Dirk Grunwald) (01/13/90)

bleh - i forgot the NO_UNDERSCORES was not a standard tm.h define; ergo,
you should add the folloing to collect.c somewhere

#if defined(mips)
#  define NO_UNDERSCORES
#endif

to get it to collect files properly. you'll also have to do this for
the sun i386, i think.

does anyone know if there is another symbol telling me if 'cc' should
prepend underscores on symbols?


other than that, and some weirdness with the Makefile rule for
``collect'', it seems to compile fine - checking runtime stuff right
now.

MDT - perhaps the makefile rules for COLLECT could be simplified?
it's a mess right now anyway until the proper options can be stuffed
into tm.h files or embedded in collect.