aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-15 17:55:35 +0000
committerChris Lattner <sabre@nondot.org>2001-10-15 17:55:35 +0000
commit18fc812a1b47100f773e48fdd7392d1c22876e88 (patch)
tree352024476a45cc730649864069dcbc3015ab5be0
parent2db4b72017a41017a5a7d412fa32b4fbaa5d210c (diff)
Compile with v9 extensions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index a6241ac75e..0f8c38056f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -55,5 +55,6 @@ clean :
%.o: %.s
- $(CC) -c $(CCFLAGS) $<
+ $(CC) -c $(CCFLAGS) $< -xarch=v9
+