mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
fix gp2x regression
This commit is contained in:
parent
52055c13b2
commit
1fd8f98696
3 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ get_define () # prefix struct member member...
|
|||
line=$(printf "#define %-20s 0x%04x" $prefix$name $rodata)
|
||||
}
|
||||
|
||||
CFLAGS="$CFLAGS -fno-lto"
|
||||
if echo $CFLAGS | grep -qe -flto; then CFLAGS="$CFLAGS -fno-lto"; fi
|
||||
# determine endianess
|
||||
echo "const int val = 1;" >/tmp/getoffs.c
|
||||
compile_rodata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue