mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
*/*: 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:
@@ -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}" )
|
||||
|
||||
@@ -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}" )
|
||||
|
||||
@@ -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}" )
|
||||
|
||||
Reference in New Issue
Block a user