mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
* EAPI 8 * Fix C99 issues * Fix missing autoconf macro, making ac_cv_sizeof_long blank Closes: https://bugs.gentoo.org/871453 Closes: https://bugs.gentoo.org/955579 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
236 B
Diff
11 lines
236 B
Diff
--- a/m4/ax_ext.m4
|
|
+++ b/m4/ax_ext.m4
|
|
@@ -164,6 +164,7 @@ AC_DEFUN([AX_EXT],
|
|
fi
|
|
fi
|
|
|
|
+ AC_CHECK_SIZEOF([long])
|
|
if test "$ac_cv_sizeof_long" -eq 8; then
|
|
SIMD_FLAGS="$SIMD_FLAGS -DARCH_64"
|
|
fi
|