mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 04:48:37 +01:00
9ea2a99edb
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
# Makefile changes for SGI's running IRIX-6.x.
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
# Specify the ABI, to ensure that all Irix 6 systems will behave the same.
|
|
# Also, using -32 avoids bugs that exist in the n32/n64 support in some
|
|
# versions of the SGI compiler.
|
|
CC = cc -32
|