From ca707c3df4f3f7f410a508a66f8b7f8cf9df9e32 Mon Sep 17 00:00:00 2001 From: neonloop Date: Sat, 8 May 2021 21:54:51 +0000 Subject: Remove static linking These common libraries should be provided by the launcher instead --- configure | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/configure b/configure index 38f57e57a8..be97194c70 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3