File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # for bsdi 4.0 ELF
2
+ # if we defined .so in template/bsdi_4.0
3
+ %.so: %.o
4
+ $(CC) -shared -o $@ $<
5
+
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ hppa1.1-stratus-sysv4=svr4
5
5
i386-next-nextstep3=nextstep
6
6
i386-pc-bsdi2.0=bsdi_2.0
7
7
i386-pc-bsdi2.1=bsdi_2.1
8
- i386-pc-bsdi3.0=bsdi_3.0
8
+ i386-pc-bsdi3.0=bsdi_2.1
9
+ i386-pc-bsdi4.0=bsdi_4.0
9
10
i386-pc-linux-gnu=linux_i386
10
11
i386-pc-solaris2.6=solaris_i386_gcc
11
12
i386-pc-sunos5=solaris_i386_gcc
Original file line number Diff line number Diff line change 1
1
AROPT:cq
2
2
CFLAGS:-O2 -m486 -pipe
3
- SHARED_LIB:
3
+ SHARED_LIB:-fpic
4
4
ALL:
5
5
SRCH_INC:/usr/local/include
6
6
SRCH_LIB:/usr/local/lib
7
7
USE_LOCALE:no
8
- DLSUFFIX:.o
8
+ DLSUFFIX:.so
9
9
YFLAGS:-d
10
10
YACC:
11
11
CC:gcc2
You can’t perform that action at this time.
0 commit comments