Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
yay for camel_cvs diff
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20552 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Andrew Lenharth committed Mar 10, 2005
1 parent 3dc15f3 commit 572668a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Support/ToolRunner.cpp
Expand Up @@ -451,7 +451,7 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
"-shared", // `-shared' for Linux/X86, maybe others "-shared", // `-shared' for Linux/X86, maybe others
#endif #endif


#if defined(__ia64__) #if defined(__ia64__) || defined(__alpha__)
"-fPIC", // IA64 requires shared objs to contain PIC "-fPIC", // IA64 requires shared objs to contain PIC
#endif #endif
"-o", OutputFile.c_str(), // Output to the right filename... "-o", OutputFile.c_str(), // Output to the right filename...
Expand Down
2 changes: 1 addition & 1 deletion tools/bugpoint/ToolRunner.cpp
Expand Up @@ -451,7 +451,7 @@ int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
"-shared", // `-shared' for Linux/X86, maybe others "-shared", // `-shared' for Linux/X86, maybe others
#endif #endif


#if defined(__ia64__) #if defined(__ia64__) || defined(__alpha__)
"-fPIC", // IA64 requires shared objs to contain PIC "-fPIC", // IA64 requires shared objs to contain PIC
#endif #endif
"-o", OutputFile.c_str(), // Output to the right filename... "-o", OutputFile.c_str(), // Output to the right filename...
Expand Down

0 comments on commit 572668a

Please sign in to comment.