mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
On platforms without sse/sse2/fma support, rencode fails to build with following errors: aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-msse’ aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-msse2’ aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-mfma’ aarch64-unknown-linux-gnu-gcc: error: unrecognized command-line option ‘-mfpmath=sse’ Bug: https://github.com/aresch/rencode/issues/38 Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/43015 Closes: https://github.com/gentoo/gentoo/pull/43015 Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>