diff options
author | 2017-02-16 02:08:42 +0000 | |
---|---|---|
committer | 2017-02-16 02:08:42 +0000 | |
commit | 4d99aea954328cf442eedf1b33958bf3b0d72b0b (patch) | |
tree | bc1a938a195bf936e82459cff555ac4510178e65 /lib/libcxx | |
parent | Bring parse_warn() into the log.[ch] 21st century and adopt the "^" (diff) | |
download | wireguard-openbsd-4d99aea954328cf442eedf1b33958bf3b0d72b0b.tar.xz wireguard-openbsd-4d99aea954328cf442eedf1b33958bf3b0d72b0b.zip |
clang is installed as cc and c++ there is no need to set CC and CXX to
clang and clang++.
Diffstat (limited to 'lib/libcxx')
-rw-r--r-- | lib/libcxx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libcxx/Makefile b/lib/libcxx/Makefile index 4930eaf851c..91cb529249b 100644 --- a/lib/libcxx/Makefile +++ b/lib/libcxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2017/01/20 07:55:20 patrick Exp $ +# $OpenBSD: Makefile,v 1.5 2017/02/16 02:08:42 jsg Exp $ .include <bsd.own.mk> @@ -12,9 +12,6 @@ CXXINCLUDEDIR= /usr/include/c++/v1 .PATH: ${SRCDIR} -CC= clang -CXX= clang++ - LIB= c++ SRCS+= algorithm.cpp\ |