PR#4984: SPARC-specific code in BNG causes problems, so turn it off

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10267 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2010-04-18 08:44:53 +00:00
parent 4e6cb15c4f
commit 2f65c774e3
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -1147,7 +1147,6 @@ case "$arch" in
fi;;
mips) bng_arch=mips; bng_asm_level=1;;
power) bng_arch=ppc; bng_asm_level=1;;
sparc) bng_arch=sparc; bng_asm_level=1;;
amd64) bng_arch=amd64; bng_asm_level=1;;
*) bng_arch=generic; bng_asm_level=0;;
esac