I first upgraded my system to 9.1. Then I renamed /usr/src, and created a new /usr/src.
I then recreated /usr/src/ with csup(1) and
in the configuration file.
I then did:
I never had any issues building 9.0.
I do not see any CLANG options in my kernel configuration.
cc is gcc on my system. Should it be? clang is on my system.
I then recreated /usr/src/ with csup(1) and
Code:
*default release=cvs tag=RELENG_9_1
I then did:
Code:
# /usr/sbin/config MYKERNEL
Kernel build directory is ../compile/MYKERNEL
Don't forget to do ``make cleandepend && make depend''
usrv-tsegp2#/usr/src:1149 make cleandepend
"/usr/src/share/mk/bsd.own.mk", line 478: MK_CLANG_IS_CC can't be set by a user.
*** [cleandepend] Error code 1
Stop in /usr/src.
I never had any issues building 9.0.
I do not see any CLANG options in my kernel configuration.
cc is gcc on my system. Should it be? clang is on my system.