mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
aix and irix4 support.
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
# 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.
|
||||
CC = cc -cckr
|
||||
# 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 -cckr -Wf,-XNg1500
|
||||
SYSV = -DSYSV
|
||||
RANLIB = echo >/dev/null
|
||||
INSTALL = cp
|
||||
|
Reference in New Issue
Block a user