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

@ -222,7 +222,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef __sun
#include <sys/isa_defs.h>
#include <stdint.h>
#include <sys/byteorder.h>
#define OS_STRING "solaris"

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