Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for Solaris.
This commit is contained in:
parent
b91cb9a46d
commit
17c443a3fd
3 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue