Compile with v9 extensions
authorChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 17:55:35 +0000 (17:55 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Oct 2001 17:55:35 +0000 (17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index a6241ac75eae173635e2ddd5934d540c0bb9bf29..0f8c38056ff34ac2e2b60d0646ba0aa258ad95a7 100644 (file)
@@ -55,5 +55,6 @@ clean :
 
 
 %.o: %.s
-       $(CC) -c $(CCFLAGS) $<
+       $(CC) -c $(CCFLAGS) $< -xarch=v9
+