* ltmain.in [darwin](func_extract_archives): Because fat archives
commita472ccc2b90cdb2923228a99806d712f6f07ded7
authorPeter O'Gorman <peter@pogma.com>
Tue, 20 Jul 2004 14:53:11 +0000 (20 14:53 +0000)
committerPeter O'Gorman <peter@pogma.com>
Tue, 20 Jul 2004 14:53:11 +0000 (20 14:53 +0000)
treea4732190fb4b2e3c0c0260f80b51de4931c9edfc
parentff5408d27d57a831ea8a12e1ce564b8afa373193
* ltmain.in [darwin](func_extract_archives): Because fat archives
on darwin can not be extracted using ar, we need to use lipo to
extract the thin archives and then use lipo again to generate the
individual fat objects. This should allow people to run configure
with CC set to "cc -arch ppc -arch ppc64" or "cc -arch ppc -arch
i386" or whatever to match the toolchain they have available.
ChangeLog
ltmain.in