Re: error: -mpreferred-stack-boundary=2 is not between 4 and 12 - during buildkernel on amd64

2010-08-29 Thread Matthew Dillon
The build system is a bit convoluted with regards to cross-building. x86_64 can't build i386 binaries with the standard make lines for the same reason that i386 can't build x86_64 with the standard make line. All the information needed is in the configuration files but the

error: -mpreferred-stack-boundary=2 is not between 4 and 12 - during buildkernel on amd64

2010-08-27 Thread Siju George
Hi, #make buildkernel KERNCONF=GENERIC ( after make buildworld ) on # git describe v2.7.3-739-g4e4d3b2 gives the following error creating sys/ forwarding header /usr/obj/usr/src/sys/GENERIC/include/termios.h creating sys/ forwarding header /usr/obj/usr/src/sys/GENERIC/include/ucontext.h cc -c

Re: error: -mpreferred-stack-boundary=2 is not between 4 and 12 - during buildkernel on amd64

2010-08-27 Thread Siju George
Sorry :-( didn't give the x86_64 kernel config file On Fri, Aug 27, 2010 at 3:02 PM, Siju George sgeorge...@gmail.com wrote: Hi, #make buildkernel KERNCONF=GENERIC ( after make buildworld ) on # git describe v2.7.3-739-g4e4d3b2 gives the following error creating sys/ forwarding