From: Roy Marples Date: Wed, 20 Feb 2008 10:35:12 +0000 (+0000) Subject: Don't include -pipe by default. X-Git-Tag: v3.2.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925ec2f6bdc149f0274a60c8ffdb708c8f5c47af;p=thirdparty%2Fdhcpcd.git Don't include -pipe by default. --- diff --git a/mk/cc.mk b/mk/cc.mk index 475741ce..d52597bd 100644 --- a/mk/cc.mk +++ b/mk/cc.mk @@ -10,7 +10,7 @@ _CSTD!= ${_CSTD_SH} CFLAGS+= ${_CSTD}$(shell ${_CSTD_SH}) # Try and use some good cc flags -_CC_FLAGS= -pedantic -pipe -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ +_CC_FLAGS= -pedantic -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \ -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \ -Wbad-function-cast -Wnested-externs -Wcomment -Winline \ -Wchar-subscripts -Wcast-align -Wno-format-nonliteral \