mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 10:50:54 +00:00
Closes: https://bugs.gentoo.org/870901 Closes: https://bugs.gentoo.org/899838 Signed-off-by: Sam James <sam@gentoo.org>
10 lines
289 B
Diff
10 lines
289 B
Diff
--- a/configure.in
|
|
+++ b/configure.in
|
|
@@ -144,6 +144,7 @@ dnl We don'use
|
|
CFLAGS="$CFLAGS"
|
|
AC_CACHE_CHECK( "for gcc strength-reduce bug", ac_cv_c_gcc_strength_bug,
|
|
AC_TRY_RUN([
|
|
+#include <stdlib.h>
|
|
int main(void) {
|
|
static int Array[[3]];
|
|
unsigned int B = 3;
|