aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/Makefile3
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 1aa9b8e733..ef9fff7377 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -7,8 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
-LIBRARYNAME = powerpc2
-SHARED_LIBRARY=1
+LIBRARYNAME = powerpc
include $(LEVEL)/Makefile.common
# Make sure that tblgen is run, first thing.
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index 7d875dd631..25c7fc0959 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -25,7 +25,7 @@ using namespace llvm;
namespace {
// Register the target.
- RegisterTarget<PowerPCTargetMachine> X("powerpc2", " PowerPC X (experimental)");
+ RegisterTarget<PowerPCTargetMachine> X("powerpc", " PowerPC (experimental)");
}
unsigned PowerPCTargetMachine::getJITMatchQuality() {