remove base-gcc from COMPILER, I was a bit optimistic including node when
I added it in bulk. building node requires one of the c++11 compatible compilers that we have in base or in ports.
This commit is contained in:
parent
f4c2e6f4be
commit
05f4c996e9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.76 2019/01/21 23:46:01 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.77 2019/02/22 21:30:28 sthen Exp $
|
||||
|
||||
# XXX:
|
||||
# - Needs __ARM_NR_cacheflush (or the like) to work on arm-based ports.
|
||||
@ -35,7 +35,7 @@ MODULES = lang/python
|
||||
|
||||
WANTLIB += c execinfo kvm m pthread util ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
LIB_DEPENDS = devel/libexecinfo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user