From: kub Date: Wed, 21 Apr 2021 20:36:58 +0000 (+0200) Subject: build, fix old dingux audio (disable static linking)wq X-Git-Tag: v2.00~541 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567c41ff2a0b5686110baa6c8dacfd847b9bad3e;p=picodrive.git build, fix old dingux audio (disable static linking)wq --- diff --git a/configure b/configure index be4e992e..9e65e221 100755 --- 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"