Re: 7.0BETA4 /usr/src/gnu/usr.bin/cc/cc_int Thrashes

2007-12-20 Thread Oliver Fromme
Julian Stacey wrote: > Has 7.0-BETA4 perhaps wrongly got a -pipe in the .mk macros ? It was added 9 years 7 months ago my JKH (see the CVS repository, src/share/mk/sys.mk rev 1.31). He wrote: "Add -pipe to default CFLAGS. The optimization it provides is cheap and does not require any special a

Re: 7.0BETA4 /usr/src/gnu/usr.bin/cc/cc_int Thrashes

2007-12-18 Thread Julian H. Stacey
> Has 7.0-BETA4 perhaps wrongly got a -pipe in the .mk macros ? > Please someone with generic 7.0BETA4 check with eg: > A single line /etc/make.conf > CFLAGS += -Dzonk=bla > ~/tmp/Makefile > tst: > @echo "XX ${CFLAGS} YY" > make ts