summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-21 14:32:04 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-21 14:33:04 +0100
commit8ca57a343f31717df7512b4be32aca1624b1be09 (patch)
treec35ec4ba8ad52d555c9ab22c56d7ae5cc630bc3e /profiles/features/32bit-userland
parentsys-libs/argp-standalone: Revbump to build shared (diff)
downloadgentoo-8ca57a343f31717df7512b4be32aca1624b1be09.tar.gz
gentoo-8ca57a343f31717df7512b4be32aca1624b1be09.tar.bz2
gentoo-8ca57a343f31717df7512b4be32aca1624b1be09.zip
profiles/features: Remove remaining USE=gcc64 refs
Diffstat (limited to 'profiles/features/32bit-userland')
-rw-r--r--profiles/features/32bit-userland/make.defaults9
1 files changed, 0 insertions, 9 deletions
diff --git a/profiles/features/32bit-userland/make.defaults b/profiles/features/32bit-userland/make.defaults
deleted file mode 100644
index b60e0f56f382..000000000000
--- a/profiles/features/32bit-userland/make.defaults
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011)
-# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
-# We always need gcc64 for 32bit-userland
-BOOTSTRAP_USE="${BOOTSTRAP_USE} gcc64"
-USE="gcc64"