1
0
Fork 0
forked from len0rd/rockbox

rgnano: UI simulator support

Change-Id: Id488d16e01ef49a9d1b57641bc1c22ed2fef4931
This commit is contained in:
Hairo R. Carela 2025-08-04 19:52:01 -04:00 committed by Solomon Peachy
parent b52bf1bf65
commit 7b0f408c71
7 changed files with 102 additions and 3 deletions

6
tools/configure vendored
View file

@ -283,6 +283,11 @@ simcc () {
LDOPTS="$LDOPTS -fsanitize=undefined"
fi
# Clear FUNKEY_SDK SDL1.2 path from LDOPTS
if [ "$modelname" = "rgnano" ]; then
LDOPTS=""
fi
# Some linux setups like to warn about unused results. They are correct,
# but cleaning this up is a lot of work.
GCCOPTS="$GCCOPTS -Wno-unused-result"
@ -3667,7 +3672,6 @@ fi
t_cpu="hosted"
t_manufacturer="anbernic"
t_model="rgnano"
extradefines="$extradefines -DOS_USE_BYTESWAP_H"
;;
210|hifietma9)