On Wed, 22 Oct 2003, Vladimir B. Grebenschikov wrote: > > While build kernel on RELENG_4 machine I have following warnings (they > prevent success build unless -Werror disabled) Is there some reason you're trying to compile RELENG_4 with gcc 3.3, which won't work? > /ext/current/src# make -j8 buildkernel > ... > /ext/current/src/sys/kern/kern_descrip.c:1914: warning: inlining failed > in call to `_fgetvp' > makeoptions CONF_CFLAGS="-O3 -mcpu=pentiumpro" This is an unsupported option. Do not compile the kernel with any optimization beyond -O. This might be the other reason why you are getting these inlining warnings. gcc -v? -- Doug White | FreeBSD: The Power to Serve dwhite_at_gumbysoft.com | www.FreeBSD.orgReceived on Wed Oct 22 2003 - 13:13:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:26 UTC