]> Zhao Yanbai Git Server - minix.git/commitdiff
default CC to clang
authorLionel Sambuc <lionel@minix3.org>
Thu, 23 Jan 2014 13:10:10 +0000 (14:10 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:06:01 +0000 (17:06 +0200)
Change-Id: I5a4e6bfebd0b283f8f025fa91d27b1ac832f7b81

share/mk/bsd.sys.mk
share/mk/sys.mk

index a53ad35ff25d654ce19bd362bf53a44d85ffecf1..59b77e9be1076ef2e9005dec3d9315e9331d9982 100644 (file)
@@ -6,7 +6,6 @@
 _BSD_SYS_MK_=1
 
 .if ${HOST_OSTYPE:C/\-.*//:U} == "Minix"
-HOST_CPP?=     /usr/lib/cpp
 HOST_LDFLAGS?= -static
 .endif
 
index c8fc84dcd2d9481f923da18c3dcf2ba6a2e0642e..1f1398e5231a866d370cb5f8754c94eb2146fed6 100644 (file)
@@ -21,8 +21,6 @@ unix?=                We run MINIX.
 CPPFLAGS+= -DNDEBUG
 DBG=   -Os
 .endif
-
-CPP?=  /usr/lib/cpp
 .endif # defined(__MINIX)
 
 .LIBS:         .a