From 6bf6b9ccf3804d41f7f0fb7aa5fb2efddb8d02a9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 12:44:47 +0000 Subject: 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 --- cnf/make.globals | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cnf/make.globals') 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" -- cgit v1.2.3-1-g7c22