diff -r 297e2520ee82 -r 510b46987886 lib/scripts/polyml-platform --- a/lib/scripts/polyml-platform Thu Nov 08 20:07:57 2007 +0100 +++ b/lib/scripts/polyml-platform Thu Nov 08 20:07:58 2007 +0100 @@ -27,12 +27,9 @@ ;; Linux) case $(uname -m) in - i?86) + i?86 | x86_64) PLATFORM=x86-linux ;; - x86_64) - PLATFORM=x86_64-linux - ;; Power* | power* | ppc) PLATFORM=ppc-linux ;;