Building on MacOS X

Dan Kegel dank@kegel.com
Sat Apr 3 16:27:00 GMT 2004


Kafus wrote:
> 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.

I suspect the original intent was misguided, and
the best thing to do might be to add --disable-multilib
to the main gcc configure, and remove the cp -af stuff.
You can safely comment out the cp -af stuff for now,
I think.
- Dan


-- 
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

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



More information about the crossgcc mailing list