Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker
flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.
This commit is contained in:
parent
2ea2b1133e
commit
02706f5898
|
@ -648,6 +648,7 @@ then
|
||||||
# loading of any modules which reference it in System.framework
|
# loading of any modules which reference it in System.framework
|
||||||
next/4*|next/5*) LINKFORSHARED="-u __dummy -framework System" ;;
|
next/4*|next/5*) LINKFORSHARED="-u __dummy -framework System" ;;
|
||||||
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
|
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
|
||||||
|
ReliantUNIX*) LINKFORSHARED="-W1 -Blargedynsym";;
|
||||||
FreeBSD*|NetBSD*)
|
FreeBSD*|NetBSD*)
|
||||||
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
|
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue