From 3dafb81bf5d225a028911f114a5121b0f9699a84 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Mar 2008 16:54:19 +0000 Subject: Move the default empty compiler flag settings from ebuild.sh to make.globals (bug #214499). svn path=/main/trunk/; revision=9511 --- cnf/make.globals | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 0fd503c4b..36d8591ae 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" -- cgit v1.2.3-1-g7c22