We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921f36 commit 6d3a548Copy full SHA for 6d3a548
src/makefiles/Makefile.aix4
@@ -0,0 +1,4 @@
1
+MK_NO_LORDER= true
2
+
3
+%$(DLSUFFIX): %.o
4
+ $(LD) -G -bexpall -bnoentry -o $@ $< $(LDFLAGS)
src/template/.similar
@@ -19,6 +19,8 @@ mips-sgi-irix=irix5
19
powerpc-ibm-aix3.2.5=aix_325
20
powerpc-ibm-aix4.1.4.0=aix_41
21
powerpc-ibm-aix4.1.5.0=aix_41
22
+powerpc-ibm-aix4.2.1.0=aix_42
23
+powerpc-ibm-aix4.3.1.0=aix_42
24
powerpc-unknown-linux-gnu=linux_ppc
25
sparc-sun-solaris=solaris_sparc_gcc
26
sparc-sun-sunos4=sunos4_gcc
src/template/aix_42
@@ -0,0 +1,11 @@
+AROPT:crs
+CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
+SHARED_LIB:
+ALL:
5
+SRCH_INC:
6
+SRCH_LIB:
7
+USE_LOCALE:no
8
+DLSUFFIX:.so
9
+YFLAGS:-d
10
+YACC:
11
+CC:xlc
0 commit comments