From: Lionel Sambuc Date: Thu, 23 Jan 2014 13:10:10 +0000 (+0100) Subject: default CC to clang X-Git-Tag: v3.3.0~165 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b811a43401ade517f759e047661a85357655176e;p=minix.git default CC to clang Change-Id: I5a4e6bfebd0b283f8f025fa91d27b1ac832f7b81 --- diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk index a53ad35ff..59b77e9be 100644 --- a/share/mk/bsd.sys.mk +++ b/share/mk/bsd.sys.mk @@ -6,7 +6,6 @@ _BSD_SYS_MK_=1 .if ${HOST_OSTYPE:C/\-.*//:U} == "Minix" -HOST_CPP?= /usr/lib/cpp HOST_LDFLAGS?= -static .endif diff --git a/share/mk/sys.mk b/share/mk/sys.mk index c8fc84dcd..1f1398e52 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -21,8 +21,6 @@ unix?= We run MINIX. CPPFLAGS+= -DNDEBUG DBG= -Os .endif - -CPP?= /usr/lib/cpp .endif # defined(__MINIX) .LIBS: .a