citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 1b0b59bbda2e73593f4c51ceb9bc182edc1db7a1
parent 21c03b9b80b6ea306ad0946614463d0bc268d546
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 19 Jul 2016 19:51:14 -0600

src: update OpenBSD to 6.0 clang

Diffstat:
MJamrules | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -16,8 +16,8 @@ OPTIM = $(CFLAGS) ; if $(OS) = OPENBSD { C++ = eg++ ; - C++FLAGS += -DCLANG_INCL="-I/usr/local/lib/clang/3.5/include" ; - C++FLAGS += -DLLVM_VER=34 ; + C++FLAGS += -DCLANG_INCL="-I/usr/local/lib/clang/3.8.0/include" ; + C++FLAGS += -DLLVM_VER=38 ; PKG_CONFIG_LIBS = gl glew freetype2 ; # Link directly against libestdc++ from ports @@ -35,7 +35,7 @@ if $(OS) = OPENBSD { -lclangFrontendTool -lclangLex -lclangParse - -lclangRewriteCore + -lclangRewrite -lclangRewriteFrontend -lclangSema -lclangSerialization