Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Andriy Gapon a...@freebsd.org wrote: do you have anything interesting in /etc/make.conf? Thank you for the hint -- __MAKE_CONF=/dev/null SRC_CONF=/dev/null fix the problem. Now I am trying to figure out what the problem is. The problem will be that I shifted the include of make.conf and

Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Dimitry Andric d...@freebsd.org wrote: Hmm, is this still not fixed? This was broken by Simon's large meta-mode commit r284345. but I would assume Baptiste's fixes after that might have fixed it. I can't test this myself at the moment, due to ENOTIME... I think

Re: toolchain target

2015-06-18 Thread Andriy Gapon
On 18/06/2015 02:26, Simon J. Gerraty wrote: Andriy Gapon a...@freebsd.org wrote: Seems like there is some problem with 'toolchain' target in the latest head. Output of running `make toolchain TARGET=i386` on amd64 system can be found here: http://dpaste.com/3RD3C4V AFAICS, it still worked

Re: toolchain target

2015-06-18 Thread Dimitry Andric
On 18 Jun 2015, at 08:24, Garrett Cooper yaneurab...@gmail.com wrote: On Jun 17, 2015, at 23:22, Andriy Gapon a...@freebsd.org wrote: ... Looks like my rather innocent manipulations of CFLAGS could be causing the problem. Without my make.conf: mkdep -f .depend -a

Re: toolchain target

2015-06-18 Thread Garrett Cooper
On Jun 17, 2015, at 23:22, Andriy Gapon a...@freebsd.org wrote: On 18/06/2015 02:26, Simon J. Gerraty wrote: Andriy Gapon a...@freebsd.org wrote: Seems like there is some problem with 'toolchain' target in the latest head. Output of running `make toolchain TARGET=i386` on amd64 system can

Re: toolchain target

2015-06-18 Thread Andriy Gapon
On 18/06/2015 09:22, Andriy Gapon wrote: My make.conf: .if defined(CC) .if ${CC} == gcc CPUTYPE?=k8-sse3 .else CPUTYPE?=amdfam10 .endif .endif CFLAGS+= -O2 -fno-strict-aliasing -pipe CFLAGS+= -fno-omit-frame-pointer CXXFLAGS+= -O2 -fno-strict-aliasing -pipe [snip] Looks like my

Re: toolchain target

2015-06-17 Thread Simon J. Gerraty
Andriy Gapon a...@freebsd.org wrote: Seems like there is some problem with 'toolchain' target in the latest head. Output of running `make toolchain TARGET=i386` on amd64 system can be found here: http://dpaste.com/3RD3C4V AFAICS, it still worked as of r283188. There has been a clang

Re: toolchain target

2015-06-17 Thread Andriy Gapon
On 17/06/2015 23:42, Andriy Gapon wrote: Seems like there is some problem with 'toolchain' target in the latest head. Output of running `make toolchain TARGET=i386` on amd64 system can be found here: http://dpaste.com/3RD3C4V AFAICS, it still worked as of r283188. -- Andriy Gapon

toolchain target

2015-06-17 Thread Andriy Gapon
Seems like there is some problem with 'toolchain' target in the latest head. Output of running `make toolchain TARGET=i386` on amd64 system can be found here: http://dpaste.com/3RD3C4V -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list http