projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86c9d6b
)
Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler.
author
Erick Tryzelaar
<idadesub@users.sourceforge.net>
Mon, 10 Aug 2009 19:45:05 +0000
(19:45 +0000)
committer
Erick Tryzelaar
<idadesub@users.sourceforge.net>
Mon, 10 Aug 2009 19:45:05 +0000
(19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78592
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 1194cd07d516f02b83bc416ed94dc898c8586d85..fd45db537ef642941fb411ab4f32b8efff7abafb 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-106,7
+106,7
@@
endif
ifneq ($(OCAMLC),)
CC_FOR_OCAMLC := $(shell $(OCAMLC) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
-CXX_FOR_OCAMLC := $(
pat
subst gcc,g++,$(CC_FOR_OCAMLC))
+CXX_FOR_OCAMLC := $(subst gcc,g++,$(CC_FOR_OCAMLC))
endif
FORCE: