mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Err, fix last checkin
llvm-svn: 14995
This commit is contained in:
parent
b1e00216d7
commit
5ef1aa2870
@ -406,7 +406,7 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
|
||||
#elif (defined(__POWERPC__) || defined(__ppc__)) && defined(__APPLE__)
|
||||
"-dynamiclib", // `-dynamiclib' for MacOS X/PowerPC
|
||||
"-fno-common", // allow global vars w/o initializers to live
|
||||
// in data segment, rather than generating
|
||||
"-undefined", // in data segment, rather than generating
|
||||
"dynamic_lookup", // blocks. dynamic_lookup requires that you set
|
||||
// MACOSX_DEPLOYMENT_TARGET=10.3 in your env.
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user