# distros.
# Adjust multilib dirs for multilib-strict.
LIBDIR_amd64_fbsd="lib"
+LIBDIR_x86_fbsd="lib32"
MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X11R6/lib32"
SYMLINK_LIB="no"
../base
-../../features/multilib/lib32
+../../features/multilib
todo
# Do not remove this one, or all kinds of hell breaks loose.
ABI="amd64"
+# TODO: move this to a deprecated subprofile
+LIBDIR_x86="lib32"
+SYMLINK_LIB="yes"
+
# 64bit specific settings.
CFLAGS_amd64="-m64"
LDFLAGS_amd64="-m elf_x86_64"
../base
-../../features/multilib/lib32
+../../features/multilib
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# can't set this in the top level make.defaults as it breaks
# sys-kernel/linux-headers for non-multilib profiles
CFLAGS_sparc64="-m64"
+
+LIBDIR_sparc32="lib32"
..
../../../../../releases/13.0
-../../../../../features/multilib/lib32
+../../../../../features/multilib
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-# Let baselayout create the lib symlink.
-SYMLINK_LIB="yes"
-
-# 32-bit LIBDIR
-LIBDIR_ppc="lib32"
-LIBDIR_x86="lib32"
-LIBDIR_x86_fbsd="lib32"
-LIBDIR_sparc32="lib32"
-LIBDIR_s390="lib32"