Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d3a548

Browse files
committed
Aix4 fixes from Andreas Zeugswetter
1 parent6921f36 commit6d3a548

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

‎src/makefiles/Makefile.aix4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MK_NO_LORDER= true
2+
3+
%$(DLSUFFIX): %.o
4+
$(LD) -G -bexpall -bnoentry -o $@ $< $(LDFLAGS)

‎src/template/.similar

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ mips-sgi-irix=irix5
1919
powerpc-ibm-aix3.2.5=aix_325
2020
powerpc-ibm-aix4.1.4.0=aix_41
2121
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
2224
powerpc-unknown-linux-gnu=linux_ppc
2325
sparc-sun-solaris=solaris_sparc_gcc
2426
sparc-sun-sunos4=sunos4_gcc

‎src/template/aix_42

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AROPT:crs
2+
CFLAGS:-qchars=signed -qmaxmem=8192 -qhalt=w -qsrcmsg -qcheck=divzero -qlonglong
3+
SHARED_LIB:
4+
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

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp