mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
build, fix old dingux audio (disable static linking)wq
This commit is contained in:
parent
64cb487928
commit
567c41ff2a
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -84,7 +84,7 @@ set_platform()
|
||||||
# dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755
|
# dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755
|
||||||
sound_drivers="sdl"
|
sound_drivers="sdl"
|
||||||
# use static linking since the lib situation is ... let's say vague
|
# 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
|
# uses a pre-gcw0 version of opendingux
|
||||||
CFLAGS="$CFLAGS -D__DINGUX__"
|
CFLAGS="$CFLAGS -D__DINGUX__"
|
||||||
MFLAGS="-march=mips32 -msoft-float"
|
MFLAGS="-march=mips32 -msoft-float"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue