This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Don't use crtstuff for alpha-netbsd on 3.1 branch


On Wed, May 29, 2002 at 04:13:52PM -0700, Richard Henderson wrote:

 > On Wed, May 29, 2002 at 03:32:04PM -0700, Jason R Thorpe wrote:
 > > 	* config.gcc (alpha-*-netbsd*): Don't use crtstuff.
 > 
 > Why?

The GCC crtstuff simply doesn't work on NetBSD (and really never has),
since they don't provide everything that NetBSD's crt{begin,end} do.

Without this change, gcc fails to produce working executables for
the alpha-netbsd target (all executables linked against the GCC
crtstuff fail).

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]