From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arvind Sankar To: egcs@cygnus.com Subject: always use collect2 Date: Fri, 20 Feb 1998 21:22:00 -0000 Message-id: <19980221105411.A26167@kailash.cse.iitb.ernet.in> X-SW-Source: 1998-02/msg00974.html I have a SPARC machine running UNIX SVR4. Why is USE_COLLECT2 always defined? Doesnt egcs work with the binutils 2.8.1 linker? If I have to use collect2, how do I tell it to call the binutils linker rather than the default one on my system, which it seems to find in /usr/ccs/bin? The binutils ld is earlier in my PATH when collect2 was built. collect2 calling /usr/ccs/bin/ld causes problems because I want to pass certain options to binutils-ld which /usr/ccs/bin/ld does not support. Mon Aug 11 14:15:02 1997 Jeffrey A Law (law@cygnus.com) * Makefile.in (USE_COLLECT2): Always use collect2. (collect2): Depend on and link in hash.o and tlink.o. (tlink.o, hash.o): Add dependencies. -- arvind