IRIX: support plugin builds
This commit is contained in:
parent
2eb624b229
commit
cd1a18dfcd
1 changed files with 13 additions and 0 deletions
13
configure
vendored
13
configure
vendored
|
@ -2713,6 +2713,19 @@ PRE_OBJS_FLAGS := -Wl,-export-dynamic -Wl,-whole-archive
|
||||||
POST_OBJS_FLAGS := -Wl,-no-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*)
|
linux*)
|
||||||
_plugin_prefix="lib"
|
_plugin_prefix="lib"
|
||||||
_plugin_suffix=".so"
|
_plugin_suffix=".so"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue