From: Darren King <aixssd!darrenk@abs.net>

Subject: [PATCHES] AIX 6.2 make patch.

New template files to replace the old AIX template
This commit is contained in:
Marc G. Fournier 1997-05-20 03:00:17 +00:00
parent 8073af5267
commit 9860926148
2 changed files with 13 additions and 1 deletions

11
src/template/aix-cc Normal file
View File

@ -0,0 +1,11 @@
AROPT:crs
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg
SHARED_LIB:
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
CC:xlc

View File

@ -1,5 +1,5 @@
AROPT:crs
CFLAGS:-qchars=signed -qmaxmem=4000
CFLAGS:-fsigned-chars
SHARED_LIB:
ALL:
SRCH_INC:
@ -8,3 +8,4 @@ USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:
CC:gcc