Skip to content

Commit 62b124b

Browse files
committed
new linux_ppc port.
1 parent 8bad4e2 commit 62b124b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/template/linux_i386

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O2 -g
2+
CFLAGS:-O2
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

src/template/linux_ppc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AROPT:crs
2+
CFLAGS:-O2
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

0 commit comments

Comments
 (0)