OSDN Git Service

From: Darren King <aixssd!darrenk@abs.net>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 20 May 1997 03:00:17 +0000 (03:00 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 20 May 1997 03:00:17 +0000 (03:00 +0000)
Subject: [PATCHES] AIX 6.2 make patch.

New template files to replace the old AIX template

src/template/aix-cc [new file with mode: 0644]
src/template/aix-gcc [moved from src/template/aix with 71% similarity]

diff --git a/src/template/aix-cc b/src/template/aix-cc
new file mode 100644 (file)
index 0000000..3be0d8a
--- /dev/null
@@ -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
similarity index 71%
rename from src/template/aix
rename to src/template/aix-gcc
index f9c42b6..5a66063 100644 (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