mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-27 14:07:33 +00:00
Prefix on Linux, either standalone or RAP will now share the keywords with regular Gentoo Linux (as RAP already did). The Prefix standalone profiles are not exposed at the moment in order to avoid users to switch to it. Closes: https://bugs.gentoo.org/473598 Closes: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
10 lines
374 B
Text
10 lines
374 B
Text
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# The base profile sets ACCEPT_KEYWORDS=x86, add unstable on top of
|
|
# that to stay in line with the rest of Prefix
|
|
ACCEPT_KEYWORDS="~x86"
|
|
|
|
# in case we are bootstrapping with the host compiler on an amd64 linux host:
|
|
CFLAGS="${CFLAGS} -m32"
|
|
CXXFLAGS="${CXXFLAGS} -m32"
|