kan 2007-05-19 16:38:40 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS puts it before library's object files, making the whole constuct useless. Revision Changes Path 1.72 +2 -1 src/lib/libc/Makefile