mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
e3e138e801
Mon Sep 21 14:41:30 1992 Ian Lance Taylor (ian@cygnus.com) * mh-irix4: put in patches from WRS.
10 lines
279 B
Plaintext
10 lines
279 B
Plaintext
# Makefile changes for SGI's running IRIX-4.x.
|
|
# Tell compiler to use K&R C. We can't compile under the SGI Ansi
|
|
# environment. Also bump switch table size so that cp-parse will
|
|
# compile.
|
|
|
|
CC = cc -Wf,-XNg1500 -Wf,-XNk1000 -Olimit3000
|
|
SYSV = -DSYSV
|
|
RANLIB = true
|
|
INSTALL = cp
|