build, fix old dingux audio (disable static linking)wq

This commit is contained in:
kub 2021-04-21 22:36:58 +02:00
parent 64cb487928
commit 567c41ff2a

2
configure vendored
View file

@ -84,7 +84,7 @@ set_platform()
# dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755
sound_drivers="sdl"
# use static linking since the lib situation is ... let's say vague
LDFLAGS="$LDFLAGS -static"
#LDFLAGS="$LDFLAGS -static"
# uses a pre-gcw0 version of opendingux
CFLAGS="$CFLAGS -D__DINGUX__"
MFLAGS="-march=mips32 -msoft-float"