Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again.

This commit is contained in:
Nicholas Marriott
2009-05-13 22:26:11 +00:00
parent 792aeb926e
commit e1b4a37722
2 changed files with 1 additions and 95 deletions

View File

@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.93 2009-05-13 22:20:47 nicm Exp $
# $Id: GNUmakefile,v 1.94 2009-05-13 22:26:11 nicm Exp $
.PHONY: clean
@ -76,17 +76,6 @@ CFLAGS+= -DNO_TREE_H -DNO_ASPRINTF -DNO_QUEUE_H -DNO_VSYSLOG \
LDFLAGS+= -L/usr/local/lib
endif
ifeq ($(shell uname),IRIX64)
INCDIRS+= -Icompat -I/usr/local/include/ncurses
SRCS+= compat/strlcpy.c compat/strtonum.c compat/daemon.c \
compat/asprintf.c compat/fgetln.c compat/forkpty-irix.c
CFLAGS+= -DNO_STRLCPY -DNO_STRTONUM -DNO_TREE_H -DNO_SETPROCTITLE \
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
-DBROKEN_VSNPRINTF -D_SGI_SOURCE -std=c99
LDFLAGS+= -L/usr/local/lib
LIBS+= -lgen
endif
ifeq ($(shell uname),SunOS)
INCDIRS+= -Icompat -I/usr/include/ncurses
SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \