Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81acad4

Browse files
committed
Add a netbsd template file and update linux-elf and .similar
1 parent d938b75 commit 81acad4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/template/.similar

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sparc-sun-solaris2.5=sparc_solaris-gcc
22
i386-unknown-freebsd3.0=freebsd
33
alpha-dec-osf4.0=alpha
4+
i386-unknown-netbsd1.2.1=netbsd

src/template/netbsd

+9
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:

0 commit comments

Comments
 (0)