Don't force setCC instructions into AL
[oota-llvm.git] / Makefile.Linux
index 4d411f081e5ac2d43c9f5ffbd75fdfa05c9975d0..ca3c16fc1a3c7281e0f59ec7889cc00897c9777c 100644 (file)
@@ -5,6 +5,9 @@
 #
 #===-----------------------------------------------------------------------====#
 
+# Set the architecture so that x86 platform dependant code is compmiled
+ARCH := x86
+
 # MakeSharedObjectOption - This option is passed to the linker by
 # Makefile.common when compiling a shared object.
 #