# Use collect2 to link

EXTRA_PARTS = ld

ld : collect2
	rm -f ld
	ln collect2 ld

