Bug #214499 - When compiler flags are unset, many packages will substitute
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 12:44:47 +0000 (12:44 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Mar 2008 12:44:47 +0000 (12:44 -0000)
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

index 4f8b1b04ac28901b7492c2f9092ff4de9e82502f..b12052060adeee5b5df76dc0955d736dbff87845 100644 (file)
 # **  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"