notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64cb487
)
build, fix old dingux audio (disable static linking)wq
author
kub
<derkub@gmail.com>
Wed, 21 Apr 2021 20:36:58 +0000
(22:36 +0200)
committer
kub
<derkub@gmail.com>
Wed, 21 Apr 2021 20:36:58 +0000
(22:36 +0200)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
be4e992
..
9e65e22
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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"