forked from len0rd/rockbox
rgnano: UI simulator support
Change-Id: Id488d16e01ef49a9d1b57641bc1c22ed2fef4931
This commit is contained in:
parent
b52bf1bf65
commit
7b0f408c71
7 changed files with 102 additions and 3 deletions
6
tools/configure
vendored
6
tools/configure
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue