Plus besoin de -Xlinker -preload pour Nextstep!

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@660 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-02-22 12:58:52 +00:00
parent 152811c10c
commit 890be2f50d
1 changed files with 1 additions and 4 deletions

5
configure vendored
View File

@ -205,10 +205,7 @@ case "$arch,$nativecc" in
*) nativecccompopts='';;
esac
case "$host" in
*-*-nextstep*) nativecclinkopts="-Xlinker -preload";;
*) nativecclinkopts='';;
esac
nativecclinkopts=''
case "$arch" in
alpha|mips) asflags='-O2';;