universal ld wrapper script
authorDiane Trout <diane@caltech.edu>
Sat, 22 Jul 2006 00:40:43 +0000 (00:40 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 22 Jul 2006 00:40:43 +0000 (00:40 +0000)
commit338f5d6c32753f23a91866a0ef04169a35cba300
treeb6e1642662e2a7096bc927800b474e10d047d551
parent6b3a5c1fd297ad97ab27feac6ec36b61e8c88621
universal ld wrapper script
On OS X ld can't handle multiple architectures, this wrapper script
will parse the command line for multiple -arch statements and
compile each architecture seperately and glue them together with
lipo.
makelib/uld [new file with mode: 0644]