Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Dimitry Andric 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 https://reviews.freebsd.org/D2860 will fi

Re: toolchain target

2015-06-18 Thread Simon J. Gerraty
Andriy Gapon 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 etc to ea

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 l

Re: toolchain target

2015-06-17 Thread Dimitry Andric
On 18 Jun 2015, at 08:24, Garrett Cooper wrote: > > On Jun 17, 2015, at 23:22, Andriy Gapon wrote: ... >> Looks like my rather innocent manipulations of CFLAGS could be causing the >> problem. >> Without my make.conf: >> mkdep -f .depend -a >> -I/usr/devel/svn2/head/lib/clang/libllvmsupport/../

Re: toolchain target

2015-06-17 Thread Garrett Cooper
On Jun 17, 2015, at 23:22, Andriy Gapon wrote: > On 18/06/2015 02:26, Simon J. Gerraty wrote: >> Andriy Gapon wrote: >>>> Seems like there is some problem with 'toolchain' target in the latest >>>> head. >>>> Output of running `make toolch

Re: toolchain target

2015-06-17 Thread Andriy Gapon
On 18/06/2015 02:26, Simon J. Gerraty wrote: > 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/3

Re: toolchain target

2015-06-17 Thread Simon J. Gerraty
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

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 r

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