Disable libssp

This commit is contained in:
2025-12-05 12:21:01 +02:00
parent 141e944d81
commit 9102e1019e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: gcc name: gcc
description: The GNU C Compiler description: The GNU C Compiler
version: 15.2.0 version: 15.2.0
revision: 4 revision: 5
url: https://gcc.gnu.org/ url: https://gcc.gnu.org/
license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception
architecture: any architecture: any
+1
View File
@@ -20,6 +20,7 @@ build() {
--disable-multilib \ --disable-multilib \
--disable-bootstrap \ --disable-bootstrap \
--disable-fixincludes \ --disable-fixincludes \
--disable-libssp \
--with-system-zlib \ --with-system-zlib \
--enable-languages=c,c++,fortran,objc,obj-c++,m2 --enable-languages=c,c++,fortran,objc,obj-c++,m2
make make