/usr/src/sys/dev/aic7xxx errors when compiling

2004-02-14 Thread Didier WIROTH
Hi, (error on 5.2 and 5.2.1-rc) When compiling the kernel I get 100... of errors like this: /usr/src/sys/dev/aic7xxx/aic7xxx.c:147: warning: called from here @/dev/aic7xxx/aic7xxx_inline.h:141: warning: inlining failed in call to 'ahc_release_untagged_queues'

Re: /usr/src/sys/dev/aic7xxx errors when compiling

2004-02-14 Thread Andre Guibert de Bruet
On Wed, 11 Feb 2004, Didier Wiroth wrote: Hi, thanks for answering I'm using this in make.conf COPTFLAGS= -O2 -pipe -funroll-loops CFLAGS= -O3 -pipe -funroll-loops Don't: - optimize the base system above -O, it's not officially supported. - top post, it makes things harder to read. -