[Scummvm-cvs-logs] scummvm master -> cd1a18dfcda75a0a2a8af01da73803e77d590996

joostp joostp at 7fc1.org
Mon Sep 12 14:56:37 CEST 2011


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:
cd1a18dfcd IRIX: support plugin builds


Commit: cd1a18dfcda75a0a2a8af01da73803e77d590996
    https://github.com/scummvm/scummvm/commit/cd1a18dfcda75a0a2a8af01da73803e77d590996
Author: Joost Peters (joostp at scummvm.org)
Date: 2011-09-12T05:49:12-07:00

Commit Message:
IRIX: support plugin builds

Changed paths:
    configure



diff --git a/configure b/configure
index 617a120..1915713 100755
--- a/configure
+++ b/configure
@@ -2713,6 +2713,19 @@ PRE_OBJS_FLAGS  := -Wl,-export-dynamic -Wl,-whole-archive
 POST_OBJS_FLAGS := -Wl,-no-whole-archive
 '
 		;;
+	irix*)
+		_plugin_prefix="lib"
+		_plugin_suffix=".so"
+		CXXFLAGS="$CXXFLAGS -fpic"
+		LIBS="$LIBS -ldl"
+_mak_plugins='
+PLUGIN_EXTRA_DEPS =
+PLUGIN_LDFLAGS  += -shared -static-libgcc
+PRE_OBJS_FLAGS  := -Wl,-export-dynamic -Wl,-whole-archive
+POST_OBJS_FLAGS := -Wl,-no-whole-archive
+'
+		;;
+
 	linux*)
 		_plugin_prefix="lib"
 		_plugin_suffix=".so"






More information about the Scummvm-git-logs mailing list