From: Chris Lattner Date: Mon, 15 Oct 2001 17:55:35 +0000 (+0000) Subject: Compile with v9 extensions X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=18fc812a1b47100f773e48fdd7392d1c22876e88;p=oota-llvm.git Compile with v9 extensions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index a6241ac75ea..0f8c38056ff 100644 --- a/test/Makefile +++ b/test/Makefile @@ -55,5 +55,6 @@ clean : %.o: %.s - $(CC) -c $(CCFLAGS) $< + $(CC) -c $(CCFLAGS) $< -xarch=v9 +