Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for Solaris.

This commit is contained in:
Coyote 2006-11-30 08:01:43 +00:00
parent b91cb9a46d
commit 17c443a3fd
3 changed files with 13 additions and 12 deletions

View file

@ -5,7 +5,7 @@ MOUNT_DIR="../../.."
# Solaris stuff
PLATFORM=`uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'`
if [ "X`uname -m`" = "Xi386" ]; then
if [ "X`uname -m`" = "Xi86pc" ]; then
ARCH=i386
else
ARCH=sparc