Aix4 fixes from Andreas Zeugswetter
This commit is contained in:
parent
6921f364db
commit
6d3a5482aa
4
src/makefiles/Makefile.aix4
Normal file
4
src/makefiles/Makefile.aix4
Normal file
@ -0,0 +1,4 @@
|
||||
MK_NO_LORDER= true
|
||||
|
||||
%$(DLSUFFIX): %.o
|
||||
$(LD) -G -bexpall -bnoentry -o $@ $< $(LDFLAGS)
|
@ -19,6 +19,8 @@ mips-sgi-irix=irix5
|
||||
powerpc-ibm-aix3.2.5=aix_325
|
||||
powerpc-ibm-aix4.1.4.0=aix_41
|
||||
powerpc-ibm-aix4.1.5.0=aix_41
|
||||
powerpc-ibm-aix4.2.1.0=aix_42
|
||||
powerpc-ibm-aix4.3.1.0=aix_42
|
||||
powerpc-unknown-linux-gnu=linux_ppc
|
||||
sparc-sun-solaris=solaris_sparc_gcc
|
||||
sparc-sun-sunos4=sunos4_gcc
|
||||
|
11
src/template/aix_42
Normal file
11
src/template/aix_42
Normal file
@ -0,0 +1,11 @@
|
||||
AROPT:crs
|
||||
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
|
||||
SHARED_LIB:
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
SRCH_LIB:
|
||||
USE_LOCALE:no
|
||||
DLSUFFIX:.so
|
||||
YFLAGS:-d
|
||||
YACC:
|
||||
CC:xlc
|
Loading…
x
Reference in New Issue
Block a user