From 18fc812a1b47100f773e48fdd7392d1c22876e88 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 15 Oct 2001 17:55:35 +0000 Subject: Compile with v9 extensions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index a6241ac..0f8c380 100644 --- a/test/Makefile +++ b/test/Makefile @@ -55,5 +55,6 @@ clean : %.o: %.s - $(CC) -c $(CCFLAGS) $< + $(CC) -c $(CCFLAGS) $< -xarch=v9 + -- cgit v1.1