Date: Tue, 12 Jun 2012 23:07:52 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: "S.N.Grigoriev" <serguey-grigoriev@yandex.ru> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: CLang and WERROR Message-ID: <4FD7AFA8.8030807@FreeBSD.org> In-Reply-To: <33681339512137@web15h.yandex.ru> References: <201206121325.q5CDPNnt078479@freefall.freebsd.org> <33681339512137@web15h.yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-06-12 16:42, S.N.Grigoriev wrote: > I've found out that CLang requires again NO_WERROR= and WERROR= statements in /etc/src.conf to build kernel from fresh sources. Older sources (at least up to June 4) did not require that. The following error occures: > > clang -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll > clang: error: argument unused during compilation: '-nostdinc' ... Ah, thanks for noticing. I had forgotten to merge one additional change that was needed. Please update your stable/9 to r236975, which should fix this.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD7AFA8.8030807>