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

Commitd939f60

Browse files
committed
template change
1 parent6a08857 commitd939f60

File tree

14 files changed

+148
-0
lines changed

14 files changed

+148
-0
lines changed

‎src/template/aix_325

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
3+
SHARED_LIB:-e _nostart -lc
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:
11+
CC:xlc

‎src/template/aix_41

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
3+
SHARED_LIB:-bnoentry -lc
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:
11+
CC:xlc

‎src/template/alpha

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
AROPT:crs
2+
# NOFIXADE disallows unaligned access.
3+
# on Ultrix and OSF/1 it invokes an explicit syscall.
4+
# on HP-UX it turns off certain compiler options.
5+
# This is defined here because a bunch of clients include tmp/c.h,
6+
# which is where the work is done on HP-UX. It only affects the
7+
# backend on Ultrix and OSF/1.
8+
CFLAGS:-DNOFIXADE
9+
SHARED_LIB:
10+
ALL:
11+
SRCH_INC:
12+
SRCH_LIB:
13+
USE_LOCALE:no
14+
DLSUFFIX:.so
15+
YFLAGS:-d
16+
YACC:

‎src/template/dgux

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:
3+
SHARED_LIB:-fpic
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:bison -y

‎src/template/freebsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AROPT:cq
2+
SHARED_LIB:-fpic -DPIC
3+
CFLAGS:-O2 -m486 -pipe
4+
SRCH_INC:/usr/local/include
5+
SRCH_LIB:/usr/local/lib
6+
USE_LOCALE:no
7+
DLSUFFIX:.so
8+
YFLAGS:-d
9+
YACC:bison -y

‎src/template/generic

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:
3+
SHARED_LIB:
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:

‎src/template/irix5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:
3+
SHARED_LIB:
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:

‎src/template/netbsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AROPT:cq
2+
SHARED_LIB:-fpic -DPIC
3+
CFLAGS:-O2 -pipe
4+
SRCH_INC:/usr/local/include
5+
SRCH_LIB:/usr/local/lib
6+
USE_LOCALE:no
7+
DLSUFFIX:.so
8+
YFLAGS:-d
9+
YACC:

‎src/template/nextstep

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:rc
2+
CFLAGS:
3+
SHARED_LIB:
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.o
9+
YFLAGS:-d
10+
YACC:

‎src/template/openbsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AROPT:cq
2+
SHARED_LIB:-fpic -DPIC
3+
CFLAGS:-O2 -m486 -pipe
4+
SRCH_INC:/usr/local/include
5+
SRCH_LIB:/usr/local/lib
6+
USE_LOCALE:no
7+
DLSUFFIX:.so
8+
YFLAGS:-d
9+
YACC:bison -y

‎src/template/sco

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
AROPT:cq
2+
CFLAGS:
3+
SHARED_LIB:-K PIC
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:yacc
11+
LEX:lex
12+
CC:cc -b elf

‎src/template/svr4

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:
3+
SHARED_LIB:
4+
ALL:+W0
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:bison -y

‎src/template/ultrix4

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:-DNOFIXADE
3+
SHARED_LIB:-G 0
4+
ALL:
5+
SRCH_INC:
6+
SRCH_LIB:
7+
USE_LOCALE:no
8+
DLSUFFIX:.so
9+
YFLAGS:-d
10+
YACC:

‎src/template/univel

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AROPT:crs
2+
CFLAGS:-Xa -v -O -K i486,host,inline,loop_unroll -Dsvr4
3+
SHARED_LIB:-K PIC
4+
SRCH_INC:
5+
SRCH_LIB:
6+
USE_LOCALE:no
7+
DLSUFFIX:.so
8+
YACC:yacc
9+
YFLAGS:-d
10+
CC:cc
11+
LIBS:-lc89

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp