diff options
-rwxr-xr-x | configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -5798,22 +5798,6 @@ case $_backend in # than pick up anything unhygenic from the Android libs. LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic -lgcc $system_libs -llog -landroid -lGLESv1_CM" ;; - dingux) - if test "$_host" = trimui; then - for lib in $LIBS; do - case $lib in - -lmad|-lvorbisidec|-logg) - static_libs="$static_libs $lib" - ;; - *) - dynamic_libs="$dynamic_libs $lib" - ;; - esac - done - - LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic $dynamic_libs" - fi - ;; n64) # Move some libs down here, otherwise some symbols requires by libvorbis aren't found # during linking stage |