author | kleing |
Fri, 29 Apr 2005 00:51:34 +0200 | |
changeset 15878 | 8192fcf13618 |
parent 15877 | c9efc3e3fd44 |
child 15879 | a83b9dc6151a |
--- a/Admin/polyml/bin/polyml-platform Thu Apr 28 21:36:25 2005 +0200 +++ b/Admin/polyml/bin/polyml-platform Fri Apr 29 00:51:34 2005 +0200 @@ -1,5 +1,7 @@ #!/bin/sh # +# $Id$ +# # polyml-platform --- determine Poly/ML's idea of current hardware and # operating system type # @@ -25,6 +27,9 @@ i?86) PLATFORM=x86-linux ;; + x86?64) + PLATFORM=x86-linux + ;; Power* | power* | ppc) PLATFORM=ppc-linux ;;