aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 19:27:27 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 19:27:27 +0000
commit470f26057776c9cc9be452ab8e329d7327e4fa28 (patch)
tree765928bec2578f1fdc2ba372e83083a44518b9fe /test/Makefile
parenta2c72b52e4e704654629d72b80ad4bfb245cd27d (diff)
downloadexternal_llvm-470f26057776c9cc9be452ab8e329d7327e4fa28.zip
external_llvm-470f26057776c9cc9be452ab8e329d7327e4fa28.tar.gz
external_llvm-470f26057776c9cc9be452ab8e329d7327e4fa28.tar.bz2
We don't need the path to be set for llvmgcc/llvmgxx any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 53e3c53..c421259 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -83,8 +83,8 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'set compile_c {$(CC) $(CPP.Flags) $(C.Flags) $(CompileCommonOpts) -c } ' >>site.tmp
@echo 'set compile_cxx {$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) - c}' >> site.tmp
@echo 'set link {$(CXX) $(CPP.Flags) $(CXX.Flags) $(CompileCommonOpts) $(LD.Flags)}' >>site.tmp
- @echo 'set llvmgcc "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
- @echo 'set llvmgxx "PATH=\"$(LLVMToolDir):$(PATH)\" \"$(LLVMGCC)\""' >> site.tmp
+ @echo 'set llvmgcc "$(LLVMGCC)"' >> site.tmp
+ @echo 'set llvmgxx "$(LLVMGCC)"' >> site.tmp
@echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp