summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-04-24 17:54:25 +0000
committerDevang Patel <dpatel@apple.com>2008-04-24 17:54:25 +0000
commit00dd691e75c0fa0c450540d2958ae9ef26a71bf1 (patch)
treed4716844add76dcf1f22f153d31d2be0adc7fe7c /test/Makefile
parentcbe686ffb337c3282afcbaa12fe3245c9963a417 (diff)
downloadllvm-00dd691e75c0fa0c450540d2958ae9ef26a71bf1.tar.gz
llvm-00dd691e75c0fa0c450540d2958ae9ef26a71bf1.tar.bz2
llvm-00dd691e75c0fa0c450540d2958ae9ef26a71bf1.tar.xz
Add EXTRA_OPTIONS on the llvmgcc command line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50216 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 724ba01d0f..556f976519 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -98,7 +98,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'set compile_c "$(CC) $(CPP.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 "$(LLVMGCC)"' >> site.tmp
+ @echo 'set llvmgcc "$(LLVMGCC) $(EXTRA_OPTIONS)"' >> site.tmp
@echo 'set llvmgxx "$(LLVMGCC)"' >> site.tmp
@echo 'set llvmgccmajvers "$(LLVMGCC_MAJVERS)"' >> site.tmp
@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp