diff --git a/pkg.info b/pkg.info index dc27718..75250f0 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gcc description: The GNU C Compiler version: 15.2.0 -revision: 4 +revision: 5 url: https://gcc.gnu.org/ license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception architecture: any diff --git a/source.sh b/source.sh index a690e4f..04f981e 100644 --- a/source.sh +++ b/source.sh @@ -20,6 +20,7 @@ build() { --disable-multilib \ --disable-bootstrap \ --disable-fixincludes \ + --disable-libssp \ --with-system-zlib \ --enable-languages=c,c++,fortran,objc,obj-c++,m2 make