Skip to content

Commit 6a2cfec

Browse files
committed
devkitPPC: disable gcc libssp
1 parent 7b03d72 commit 6a2cfec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dkppc/scripts/build-gcc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ then
9595
--enable-libstdcxx-filesystem-ts \
9696
--disable-tm-clone-registry \
9797
--disable-__cxa_atexit \
98+
--disable-libssp \
9899
--enable-cxx-flags='-ffunction-sections -fdata-sections' \
99100
--target=$target \
100101
--with-newlib \

0 commit comments

Comments
 (0)