mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
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
|
@ -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"
|
||||
|
|
|
@ -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