minix/share/mk/minix.newlibc.mk

6 lines
159 B
Makefile
Raw Normal View History

# 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