Typo in the name for x86_64-osx-mac.

This commit is contained in:
Eli Barzilay 2012-04-19 21:53:36 -04:00
parent 8c976978ed
commit 457908061f

View File

@ -232,7 +232,7 @@ name_of_platform() {
( "sparc-solaris" ) echo "Solaris" ;;
( "i386-osx-mac" ) echo "Mac OS X (Intel 32-bit)" ;;
( "ppc-osx-mac" ) echo "Mac OS X (PPC)" ;;
( "x86_64-osx-mac" ) echo "Mac OS X (32-bit 64-bit)" ;;
( "x86_64-osx-mac" ) echo "Mac OS X (Intel 64-bit)" ;;
( "ppc-darwin" ) echo "X11 on Darwin (PPC)" ;;
( "i386-darwin" ) echo "X11 on Darwin (Intel)" ;;
( "i386-win32" ) echo "Windows (x86, 32-bit)" ;;