# libgcc1.c is not needed, since the standard library has these functions.
LIBGCC1=

# Use collect2 to link, until system version 3.0.

EXTRA_PROGRAMS = ld

ld : collect2
	rm -f ld
	ln collect2 ld

