[Scummvm-git-logs] scummvm master -> c2f6eb6bc8217fe5ceecf2eb22a4b83e3845585a

sev- sev at scummvm.org
Sun Sep 22 21:35:39 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c2f6eb6bc8 CONFIGURE: Add amigaos to the plugins family


Commit: c2f6eb6bc8217fe5ceecf2eb22a4b83e3845585a
    https://github.com/scummvm/scummvm/commit/c2f6eb6bc8217fe5ceecf2eb22a4b83e3845585a
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2019-09-22T21:35:35+02:00

Commit Message:
CONFIGURE: Add amigaos to the plugins family

Changed paths:
    configure


diff --git a/configure b/configure
index af7389d..0af7386 100755
--- a/configure
+++ b/configure
@@ -3928,6 +3928,18 @@ _mak_plugins=
 if test "$_dynamic_modules" = yes ; then
 	echo_n "Checking whether building plugins is supported... "
 	case $_host_os in
+	amigaos)
+		_plugin_prefix="lib"
+		_plugin_suffix=".so"
+		append_var CXXFLAGS "-fPIC"
+		append_var LIBS "-use-dynld"
+_mak_plugins='
+PLUGIN_EXTRA_DEPS =
+PLUGIN_LDFLAGS  += -shared
+PRE_OBJS_FLAGS  := -Wl,-export-dynamic -Wl,-whole-archive
+POST_OBJS_FLAGS := -Wl,-no-whole-archive
+'
+		;;
 	android)
 		_plugin_prefix="lib"
 		_plugin_suffix=".so"





More information about the Scummvm-git-logs mailing list