summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
committerTorok Edwin <edwintorok@gmail.com>2008-10-21 17:21:32 +0000
commit237033e6ac7e872f60dfc6724fcb938f2c263af3 (patch)
tree469cedc9a430f7371cf284841dde7808deff0aed /test/Makefile
parenta9ab95b38b0aec44e26a3b36a6b37498dc2acdde (diff)
downloadllvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.tar.gz
llvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.tar.bz2
llvm-237033e6ac7e872f60dfc6724fcb938f2c263af3.tar.xz
Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57912 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 391776bb4d..676114850a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -110,6 +110,8 @@ site.exp: FORCE
@echo 'set shlibext "$(SHLIBEXT)"' >> site.tmp
@echo 'set ocamlc "$(OCAMLC) -cc $(CXX) -I $(LibDir)/ocaml"' >> site.tmp
@echo 'set valgrind "$(VALGRIND)"' >> site.tmp
+ @echo 'set grep "$(GREP)"' >>site.tmp
+ @echo 'set gas "$(GAS)"' >>site.tmp
@echo '## All variables above are generated by configure. Do Not Edit ## ' >>site.tmp
@test ! -f site.exp || \
sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp