This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Building on MacOS X


Looking at crosstool-028rc1/crosstool.sh: Line 379
there is a 'cp -af' command to copy some floating point libraries. Unfortunately, the macosx version of cp doesn't have an archive option. And what is more there is no '--preserve==links' equivalent.


I can manufacture an equivalent using 'pax' if needed but I am wondering what the original intent was and if a simpler cp statement that avoids the '-a' would suffice.

- Ken


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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