Re: make buildkernel subdirs do not respect COPTFLAGS

2005-05-08 Thread Mario Sergio Fujikawa Ferreira
Hi, Just a followup, the modules are also not respecting the command line defines. This is what I've got which is totally wrong since -Wl statements are meant for gcc not ld. ld -Wl,-z,combreloc -Wl,--sort-common -Wl,--enable-new-dtags -d -warn-common -r -d -o acpi.kld dsfield.o dsinit.

make buildkernel subdirs do not respect COPTFLAGS

2005-05-08 Thread Mario Sergio Fujikawa Ferreira
Hi, I was doing my often world build when something came up. $ make buildworld just fine $ make buildkernel not so good $ make buildkernel -V CFLAGS -Os -pipe -march=athlon-xp -falign-functions -falign-jumps -fno-strict-aliasing -fomit-frame-pointer -fpeel-loops -freorder-blocks -fu