summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-08-30 15:34:08 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-08-30 15:34:08 +0000
commit7b8167484c1bb9b76b90c99d6fcb61c0e918d190 (patch)
treee802eaf9bcead23932c93e7af1c24533fb633fbc /test/Makefile
parent8794dd794eaa1e1fd9ee4677bbfff450f1c50021 (diff)
downloadllvm-7b8167484c1bb9b76b90c99d6fcb61c0e918d190.tar.gz
llvm-7b8167484c1bb9b76b90c99d6fcb61c0e918d190.tar.bz2
llvm-7b8167484c1bb9b76b90c99d6fcb61c0e918d190.tar.xz
Partially revert r112480. Caused test failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112486 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 5bec0eb7ad..7ca46beccc 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -145,7 +145,7 @@ site.exp: FORCE
@echo 'set objdir "$(LLVM_OBJ_ROOT)/test"' >>site.tmp
@echo 'set gccpath "$(CC)"' >>site.tmp
@echo 'set gxxpath "$(CXX)"' >>site.tmp
- @echo 'set compile_c "' $(CC) $(CPP.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c -x c '"' >>site.tmp
+ @echo 'set compile_c "' $(CC) $(CPP.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c '"' >>site.tmp
@echo 'set compile_cxx "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c -x c++ '"' >> site.tmp
@echo 'set link "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) $(LD.Flags) '"' >>site.tmp
@echo 'set llvmgcc "$(LLVMGCC) $(TargetCommonOpts) $(EXTRA_OPTIONS)"' >> site.tmp