gentoo-ebuilds/profiles/prefix/linux/x86/make.defaults
Fabian Groffen 730198c99d
profiles: drop *-linux keywords
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>
2025-12-19 10:51:56 +01:00

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"