mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
yay for camel_cvs diff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3dc15f3022
commit
572668aa38
@ -451,7 +451,7 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
|
||||
"-shared", // `-shared' for Linux/X86, maybe others
|
||||
#endif
|
||||
|
||||
#if defined(__ia64__)
|
||||
#if defined(__ia64__) || defined(__alpha__)
|
||||
"-fPIC", // IA64 requires shared objs to contain PIC
|
||||
#endif
|
||||
"-o", OutputFile.c_str(), // Output to the right filename...
|
||||
|
@ -451,7 +451,7 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
|
||||
"-shared", // `-shared' for Linux/X86, maybe others
|
||||
#endif
|
||||
|
||||
#if defined(__ia64__)
|
||||
#if defined(__ia64__) || defined(__alpha__)
|
||||
"-fPIC", // IA64 requires shared objs to contain PIC
|
||||
#endif
|
||||
"-o", OutputFile.c_str(), // Output to the right filename...
|
||||
|
Loading…
Reference in New Issue
Block a user