Make sure GCC will not try to link libc with itself.

This commit is contained in:
Alexander Kabaev 2007-05-19 04:32:56 +00:00
parent 91c1e2bf9b
commit e20b165899
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169720

View File

@ -20,6 +20,11 @@ CLEANFILES+=tags
INSTALL_PIC_ARCHIVE=
PRECIOUSLIB=
#
# Only link with static libgcc.a (no libgcc_eh.a).
#
LDFLAGS+= -nodefaultlibs -lgcc
# Define (empty) variables so that make doesn't give substitution
# errors if the included makefiles don't change these:
MDSRCS=