devkitPPC: disable gcc libssp

This commit is contained in:
Dave Murphy 2023-04-19 08:59:50 +01:00
parent 7b03d726b6
commit 6a2cfec336
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -95,6 +95,7 @@ then
--enable-libstdcxx-filesystem-ts \
--disable-tm-clone-registry \
--disable-__cxa_atexit \
--disable-libssp \
--enable-cxx-flags='-ffunction-sections -fdata-sections' \
--target=$target \
--with-newlib \