devkitARM: disable tm clone registry and cxa-atexit

This commit is contained in:
Dave Murphy
2020-06-30 18:14:24 +01:00
parent 70c8df8709
commit 1a1b35aa3b
2 changed files with 16 additions and 1 deletions

View File

@@ -64,7 +64,9 @@ then
--prefix=$prefix \
--enable-lto\
--with-system-zlib \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 54" \
--disable-tm-clone-registry \
--disable-__cxa_atexit \
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 55" \
$CROSS_PARAMS \
$CROSS_GCC_PARAMS \
|| { echo "Error configuring gcc"; exit 1; }