Disable libssp
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user