profiles/features: Remove remaining USE=gcc64 refs
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Jan 2017 13:32:04 +0000 (14:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Jan 2017 13:33:04 +0000 (14:33 +0100)
profiles/features/32bit-native/make.defaults
profiles/features/32bit-userland/make.defaults [deleted file]
profiles/features/64bit-native/make.defaults

index 2ef5d4d321310e758896f6d03b20f2f22ec03c4c..f23c882330fd00f9596fdb738785875b833a1d77 100644 (file)
@@ -1,11 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 FEATURES="-multilib-strict"
 
-USE="-gcc64"
-
 MULTILIB_STRICT_DIRS=""
 MULTILIB_STRICT_DENY=""
 MULTILIB_STRICT_EXEMPT=""
diff --git a/profiles/features/32bit-userland/make.defaults b/profiles/features/32bit-userland/make.defaults
deleted file mode 100644 (file)
index b60e0f5..0000000
+++ /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"
index c4f8ed48722c4410017256a956a12a0c09f27f9c..550c923fea54d2b5cfe110bc019210aa8c7be585 100644 (file)
@@ -1,12 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # We disable the symlink, since we won't be using it.
 SYMLINK_LIB="yes"
 
-USE="-gcc64"
-
 # Since we're doing a pure 64-bit, we want LIBDIR to be lib64
 LIBDIR_amd64="lib64"
 LIBDIR_ppc64="lib64"