f614d0015a
. allow commands to use it by setting NEED_NBSDLIBC . also add mkfiles to clean and cleandepend so they don't break on missing new mkfiles
5 lines
159 B
Makefile
5 lines
159 B
Makefile
# Force clang/gcc and using new libc
|
|
# Requires NBSD_LIBC and clang/gcc (we default to using clang)
|
|
NBSD_LIBC:= yes
|
|
CC:=${CC:C/^cc/clang/}
|
|
COMPILER_TYPE:= gnu
|