summaryrefslogtreecommitdiff
path: root/Makefile.config.in
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 /Makefile.config.in
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 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7f2acf2397..f2239ef6a0 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -160,6 +160,7 @@ OCAMLC := @OCAMLC@
OCAMLOPT := @OCAMLOPT@
OCAMLDEP := @OCAMLDEP@
OCAMLDOC := @OCAMLDOC@
+GAS := @GAS@
POD2HTML := @POD2HTML@
POD2MAN := @POD2MAN@
RUNTEST := @RUNTEST@