Re: Clang error make buildworld

看板FB_current作者時間14年前 (2011/12/29 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串5/5 (看更多)
On 2011-12-28 17:32, Renato Botelho wrote: > On Wed, Dec 28, 2011 at 2:26 PM, Dimitry Andric<dim@freebsd.org> wrote: .... >> Most likely, it is due to the way you set CC, CXX and/or CPP in >> make.conf. Can you please post that file? > > Sure, follow my src.conf: > > .if !defined(CC) || ${CC} == "cc" > CC=clang > .endif > .if !defined(CXX) || ${CXX} == "c++" > CXX=clang++ > .endif > .if !defined(CPP) || ${CPP} == "cpp" > CPP=clang-cpp > .endif This part should go into make.conf, *not* src.conf. If you want to use clang only for src, not for anything else, put: ..if ${.CURDIR:M/usr/src*} || ${.CURDIR:M/usr/obj*} # [... set CC, etc here... ] ..endif > # Don't die on warnings > NO_WERROR= > WERROR= > # Don't forget this when using Jails! > NO_FSCHG= This is fine to have in src.conf. _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1E-rbaVo (FB_current)
文章代碼(AID): #1E-rbaVo (FB_current)