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
> 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