summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-26 16:54:19 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-26 16:54:19 +0000
commit3dafb81bf5d225a028911f114a5121b0f9699a84 (patch)
treef7edc2461963de276890d4e6156b441b759d7026 /bin
parentSupport ${HOST} substitution in "From" field. Thanks to wschlich. (diff)
downloadportage-multirepo-3dafb81bf5d225a028911f114a5121b0f9699a84.tar.gz
portage-multirepo-3dafb81bf5d225a028911f114a5121b0f9699a84.tar.bz2
portage-multirepo-3dafb81bf5d225a028911f114a5121b0f9699a84.zip
Move the default empty compiler flag settings from
ebuild.sh to make.globals (bug #214499). svn path=/main/trunk/; revision=9511
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e773c555..b522f8db 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -273,12 +273,6 @@ export LIBOPTIONS="-m0644"
export DIROPTIONS="-m0755"
export MOPREFIX=${PN}
-# When compiler flags are unset, many packages will substitute their own
-# implicit flags. For uniformity, use an empty string as the default.
-[ "${CFLAGS-unset}" == "unset" ] && export CFLAGS=""
-[ "${CXXFLAGS-unset}" == "unset" ] && export CXXFLAGS=""
-[ "${LDFLAGS-unset}" == "unset" ] && export LDFLAGS=""
-
check_KV() {
if [ -z "${KV}" ]; then
eerror ""