De-tabisation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3916 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
52c3b6fc36
commit
e83a730d7f
|
@ -391,14 +391,14 @@ if test $withsharedlibs = "yes"; then
|
|||
case "$bytecc" in
|
||||
gcc*)
|
||||
sharedcccompopts="-fPIC"
|
||||
if sh ./solaris-ld; then
|
||||
mksharedlib="$bytecc -shared -o"
|
||||
byteccrpath="-Wl,-R"
|
||||
if sh ./solaris-ld; then
|
||||
mksharedlib="$bytecc -shared -o"
|
||||
byteccrpath="-Wl,-R"
|
||||
else
|
||||
mksharedlib="$bytecc -shared -o"
|
||||
bytecclinkopts="$bytecclinkopts -Wl,-E"
|
||||
byteccrpath="-Wl,-rpath,"
|
||||
fi
|
||||
mksharedlib="$bytecc -shared -o"
|
||||
bytecclinkopts="$bytecclinkopts -Wl,-E"
|
||||
byteccrpath="-Wl,-rpath,"
|
||||
fi
|
||||
shared_libraries_supported=true;;
|
||||
*)
|
||||
sharedcccompopts="-KPIC"
|
||||
|
|
Loading…
Reference in New Issue