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
|
_BSD_SYS_MK_=1
|
||||||
|
|
||||||
.if ${HOST_OSTYPE:C/\-.*//:U} == "Minix"
|
.if ${HOST_OSTYPE:C/\-.*//:U} == "Minix"
|
||||||
HOST_CPP?= /usr/lib/cpp
|
|
||||||
HOST_LDFLAGS?= -static
|
HOST_LDFLAGS?= -static
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,6 @@ unix?= We run MINIX.
|
||||||
CPPFLAGS+= -DNDEBUG
|
CPPFLAGS+= -DNDEBUG
|
||||||
DBG= -Os
|
DBG= -Os
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CPP?= /usr/lib/cpp
|
|
||||||
.endif # defined(__MINIX)
|
.endif # defined(__MINIX)
|
||||||
|
|
||||||
.LIBS: .a
|
.LIBS: .a
|
||||||
|
|
Loading…
Reference in a new issue