summaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-03-10 20:15:09 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-03-10 20:15:09 +0000
commit572668aa38e080b1c361c93b91a7d367a69e3015 (patch)
treed0363fdb77efa3554b000dec71cccd22721fab84 /tools/bugpoint
parent3dc15f3022d394a935cc4455ba2fb7b1b009f741 (diff)
downloadllvm-572668aa38e080b1c361c93b91a7d367a69e3015.tar.gz
llvm-572668aa38e080b1c361c93b91a7d367a69e3015.tar.bz2
llvm-572668aa38e080b1c361c93b91a7d367a69e3015.tar.xz
yay for camel_cvs diff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/ToolRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp
index 46971f8d23..2f6f2f43a5 100644
--- a/tools/bugpoint/ToolRunner.cpp
+++ b/tools/bugpoint/ToolRunner.cpp
@@ -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...