diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 5cc85e261..942c6e43e 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -118,6 +118,10 @@ fi # only C and C++ by default, and on every stage languages="c,c++" +# explicitely enable C99 and 'long long' support +var_append confopt ' ' "--enable-c99" +var_append confopt ' ' "--enable-long-long" + # build prerequisites var_append extraconfopt ' ' "--with-gmp=$( pkgprefix -r gmp )" var_append extraconfopt ' ' "--with-gmp-lib=$( pkgprefix -r libdir gmp )"