*/*: drop *-linux keyword usage references

Bug: https://bugs.gentoo.org/473598
Bug: https://bugs.gentoo.org/720224
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
Fabian Groffen
2025-12-19 10:48:34 +01:00
parent 2d25fad95c
commit a08c8d1760
36 changed files with 33 additions and 39 deletions

View File

@@ -52,7 +52,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test)
)
if use test; then
if use x86 || use x86-linux; then
if use x86; then
append-cxxflags -ffloat-store # bug #905007
fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )

View File

@@ -65,7 +65,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test)
)
if use test; then
if use x86 || use x86-linux; then
if use x86; then
append-cxxflags -ffloat-store # bug #905007
fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )

View File

@@ -65,7 +65,7 @@ multilib_src_configure() {
-Dgtest_build_tests=$(usex test)
)
if use test; then
if use x86 || use x86-linux; then
if use x86; then
append-cxxflags -ffloat-store # bug #905007
fi
mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" )