De-tabisation

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3916 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-10-25 11:31:12 +00:00
parent 52c3b6fc36
commit e83a730d7f
1 changed files with 7 additions and 7 deletions

14
configure vendored
View File

@ -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"