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]

[Patch Darwin] adjust crts for Darwin >= 10.


The vendor's tools no longer use crts for dylibs or bundles for Darwin 10.
They also use "crt1.10.6.o" for exes.


our crts amended to match (checked on i686-darwin9 and x86-64-darwin10).

OK for trunk?
Iain

gcc:
config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10.
(DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10.
(DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10.


Attachment: 181837-darwin10-startfiles-diff.txt
Description: Text document





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