On Sun, Jun 05, 2016 at 02:49:08PM +0700, Robert Elz wrote: > Date: Sun, 5 Jun 2016 12:18:14 +0530 > From: Mayuresh <mayur...@acm.org> > > | mkdep -f OsdSchedule.d -- -msoft-float -mno-mmx -mno-sse -mno-avx > | -ffreestanding -fno-zero-initialized-in-bss "-m64" -fstack-protector > > That looks like the cause - do you have -m64 in COPTS (in the environment, > or in /etc/mk.conf or anywhere else) ?
Spot on! Thanks a lot. I had changed from i386 to amd64 before and due to some compilation problems I had added the above line. Recently I switched back to i386 without realizing about above line. Thanks again. Mayuresh.