From: Zac Medico Date: Fri, 28 Mar 2008 12:44:47 +0000 (-0000) Subject: Bug #214499 - When compiler flags are unset, many packages will substitute X-Git-Tag: v2.1.5~319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6bf6b9ccf3804d41f7f0fb7aa5fb2efddb8d02a9;p=portage.git Bug #214499 - When compiler flags are unset, many packages will substitute their own implicit flags. For uniformity, use an empty string as the default. (trunk r9511) svn path=/main/branches/2.1.2/; revision=9571 --- diff --git a/cnf/make.globals b/cnf/make.globals index 4f8b1b04a..b12052060 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -12,6 +12,11 @@ # ** USE, CONFIG_*, and FEATURES are incremental ** # *************************************************** +# When compiler flags are unset, many packages will substitute their own +# implicit flags. For uniformity, use an empty string as the default. +CFLAGS="" +CXXFLAGS="" +LDFLAGS="" # Default rsync mirror SYNC="rsync://rsync.gentoo.org/gentoo-portage"