aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneonloop2021-05-08 21:54:51 +0000
committerneonloop2021-05-08 21:54:51 +0000
commitca707c3df4f3f7f410a508a66f8b7f8cf9df9e32 (patch)
tree3cf2badb435f0b70ab58faec72da7507b915d455
parent5b6fb7f7e17ea74ccef3d703ca42ffdbf31b91a9 (diff)
downloadscummvm-rg350-trimui-s.tar.gz
scummvm-rg350-trimui-s.tar.bz2
scummvm-rg350-trimui-s.zip
Remove static linkingHEADtrimui-s
These common libraries should be provided by the launcher instead
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 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