devkitPPC: disable unwanted features

This commit is contained in:
Dave Murphy 2021-04-29 19:52:17 +01:00
parent 771225f45a
commit 90fb45065c

View File

@ -94,12 +94,14 @@ then
--disable-libstdcxx-verbose \
--enable-libstdcxx-time=yes \
--enable-libstdcxx-filesystem-ts \
--disable-tm-clone-registry \
--disable-__cxa_atexit \
--enable-cxx-flags='-ffunction-sections -fdata-sections' \
--target=$target \
--with-newlib \
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix\
--with-system-zlib\
--prefix=$prefix \
--with-system-zlib \
--with-bugurl="https://github.com/devkitpro/buildscripts/issues" --with-pkgversion="devkitPPC release 39" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \