default CC to clang
Change-Id: I5a4e6bfebd0b283f8f025fa91d27b1ac832f7b81
This commit is contained in:
parent
b029fb598a
commit
b811a43401
2 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
_BSD_SYS_MK_=1
|
||||
|
||||
.if ${HOST_OSTYPE:C/\-.*//:U} == "Minix"
|
||||
HOST_CPP?= /usr/lib/cpp
|
||||
HOST_LDFLAGS?= -static
|
||||
.endif
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ unix?= We run MINIX.
|
|||
CPPFLAGS+= -DNDEBUG
|
||||
DBG= -Os
|
||||
.endif
|
||||
|
||||
CPP?= /usr/lib/cpp
|
||||
.endif # defined(__MINIX)
|
||||
|
||||
.LIBS: .a
|
||||
|
|
Loading…
Reference in a new issue