This is the mail archive of the gcc-bugs@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]

Re: [PATCH] Re: Current egcs-mainline fails to build on FreeBSD 3.1



  In message <19990615001549.C49434@nuxi.com>you write:
  > > +/* Provide a STARTFILE_SPEC appropriate for FreeBSD.  Here we add
  > ..snip..
  > > +     %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} \
  > 
  > WRONG.  FreeBSD has no gcrt*.o files.  If I made a mistake, fine.  Email
  > me and chastise my goof.  But please do not introduce more bogons that
  > now have to be removed.  Fixing freebsd-elf.h has become a very slow
  > process already.
He put it back the way it was before you broke things (which worked in the
general case, but obviously not profiling).  Given that we're trying to get
a release out and folks need to be able to test, Mark's patch was (IMHO) the
right thing to do.

If you don't want other folks breaking freebsd, then submit the right patch
next time :-)

jeff


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