mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
As discussed on gentoo-dev and in toolchain / base-system teams. Closes: https://bugs.gentoo.org/928932 Closes: https://bugs.gentoo.org/928933 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
20 lines
722 B
Text
20 lines
722 B
Text
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# See also
|
|
# https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_profile_transition
|
|
|
|
# make sure toolchain has sane defaults <toolchain@gentoo.org>
|
|
USE="openmp"
|
|
|
|
# bug 818376 (only on specific arches)
|
|
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
|
|
|
|
# copied from merged-usr feature
|
|
# Mike Gilbert <floppym@gentoo.org> (2022-08-31)
|
|
# Avoid removing merged-usr symlinks.
|
|
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin"
|
|
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /usr/lib/modules/*"
|
|
|
|
# needed for llvm profiles, we may want to solve this in releng.git instead
|
|
BOOTSTRAP_USE="${BOOTSTRAP_USE} zstd"
|