aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-28 18:23:28 +0000
committerChris Lattner <sabre@nondot.org>2005-10-28 18:23:28 +0000
commit8b0e06c31f578c8be74da805a159c879aaa0b7ea (patch)
treea7ac1299974e70e6978806bf8d2eab54fb295869
parent43a7a8ac7f32660f87bd0b1e68e967dac9cf5f77 (diff)
As usual, Duraid is trying to use subversive techniques to kill x86.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@24062 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 7efe1c22..84ed41e0 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -196,7 +196,7 @@ endif
ifeq ($(ARCH),IA64)
LLCBETAOPTION := -enable-ia64-dag-isel
endif
-1ifeq ($(ARCH),x86)
+ifeq ($(ARCH),x86)
LLCBETAOPTION := -enable-x86-fastcc
endif