mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 05:02:33 -05:00
3ds: Restored default cflags to devkitarm compiler
This commit fixes a "Data Abort" segfault when loading a codec. Change-Id: I7b0b8f37b588504edec4a029fdd69f0875f664f5
This commit is contained in:
parent
71d2016f4d
commit
b47d0ef3cf
1 changed files with 3 additions and 0 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
|
@ -1064,6 +1064,9 @@ devkitarmcc () {
|
|||
DLLWRAP=dllwrap
|
||||
RANLIB=$DEVKITARM/bin/arm-none-eabi-gcc-ranlib
|
||||
|
||||
# default cflags, we need -nostdlib and -ffreestanding for shared libraries to work in devkitARM
|
||||
GCCOPTS="$CCOPTS"
|
||||
|
||||
if [ "yes" = "$use_debug" ]; then
|
||||
GCCOPTS=`echo $GCCOPTS | sed -e s/\ -Os/\ -Og/`
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue