看板 DFBSD_bugs 關於我們 聯絡資訊
:On Fri, Sep 17, 2004 at 02:11:14PM +0200, Toma? Bor?tnar wrote: :> same problem with recompilation of world -with sources as of yesterday. :> The only things in /etc/make.conf are: :> CFLAGS=-O -pipe -fstack-protector :> COPTFLAGS=-O -pipe -fstack-protector :> :> Those flags are not good for buildworld? : :Can you remove the -fstack-protector? That _might_ be the problem, it is :enable by default anyway. : :Joerg Its enabled by default on gcc-3.4. It is not enabled by default for gcc-2.95.x (on purpose). It looks like it is interfering with gcc-2.95.x-built /boot/loader code. -Matt Matthew Dillon <dillon@backplane.com>