diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-15 17:55:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-15 17:55:35 +0000 |
commit | 18fc812a1b47100f773e48fdd7392d1c22876e88 (patch) | |
tree | 352024476a45cc730649864069dcbc3015ab5be0 /test/Makefile | |
parent | 2db4b72017a41017a5a7d412fa32b4fbaa5d210c (diff) | |
download | external_llvm-18fc812a1b47100f773e48fdd7392d1c22876e88.zip external_llvm-18fc812a1b47100f773e48fdd7392d1c22876e88.tar.gz external_llvm-18fc812a1b47100f773e48fdd7392d1c22876e88.tar.bz2 |
Compile with v9 extensions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 + |