prefix/linux/x86,amd64: drop redundant settings
authorMichael Haubenwallner <haubi@gentoo.org>
Thu, 2 Mar 2017 14:17:42 +0000 (15:17 +0100)
committerMichael Haubenwallner <haubi@gentoo.org>
Thu, 2 Mar 2017 14:29:02 +0000 (15:29 +0100)
Since recent profiles cleanup we can use inherited values for:
    ABI
    ARCH
    CHOST
    DEFAULT_ABI
    IUSE_IMPLICIT
    LIBDIR_x86
    LIBDIR_amd64
    MULTILIB_ABIS

profiles/prefix/linux/amd64/make.defaults
profiles/prefix/linux/x86/make.defaults

index 3d476b628afd4f6f4be9f52dd123afa35dd1033f..01d39d236ab98ef63ac51217d04e69480c5fad4a 100644 (file)
@@ -3,18 +3,9 @@
 
 #Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside)
 
-ARCH="amd64"
-CHOST="x86_64-pc-linux-gnu"
 # The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix.
 ACCEPT_KEYWORDS="-amd64 ~amd64-linux"
 
-# We don't have lib64 in prefix so, remove it here.
+# We don't have lib64 or multilib in prefix, but single ABI, so remove it here.
 SYMLINK_LIB=""
 LIBDIR_amd64="lib"
-
-# multilib build stuff, single ABI (no multilib)
-MULTILIB_ABIS="amd64"
-DEFAULT_ABI="amd64"
-ABI="amd64"
-IUSE_IMPLICIT="abi_x86_64"
-LIBDIR_amd64="lib"
index d64251b3f6bf777dbe775bb8c75f258e0d638f4f..8a679deb07522d9ba13ef3ba23e60a038470e9de 100644 (file)
@@ -1,18 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-ARCH="x86"
-CHOST="i686-pc-linux-gnu"
 # The base profile sets ACCEPT_KEYWORDS=x86 and we don't have that in prefix.
 ACCEPT_KEYWORDS="-x86 ~x86-linux"
 
 # in case we are bootstrapping with the host compiler on an amd64 linux host:
 CFLAGS="${CFLAGS} -m32"
 CXXFLAGS="${CXXFLAGS} -m32"
-
-# multilib build stuff, single ABI (no multilib)
-MULTILIB_ABIS="x86"
-DEFAULT_ABI="x86"
-ABI="x86"
-IUSE_IMPLICIT="abi_x86_32"
-LIBDIR_x86="lib"