Fix a syntax error in configure (remove extra ;;)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7449 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
4ebb74e5df
commit
6eccb43a4b
|
@ -249,7 +249,7 @@ case "$bytecc,$host" in
|
|||
*,*-*-darwin*)
|
||||
# Almost the same as rhapsody
|
||||
bytecccompopts="-fno-defer-pop -no-cpp-precomp $gcc_warnings"
|
||||
mathlib="";;
|
||||
mathlib=""
|
||||
if $arch64; then
|
||||
# Tell gcc that we can use 32-bit code addresses for threaded code
|
||||
echo "#define ARCH_CODE32" >> m.h
|
||||
|
|
Loading…
Reference in New Issue