projects
/
sbcl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
0.8.21.1:
[sbcl.git]
/
src
/
runtime
/
Config.x86-netbsd
1
# -*- makefile -*-
2
include Config.x86-bsd
3
4
ASSEM_SRC += ldso-stubs.S
5
OS_LINK_FLAGS = -dynamic -export-dynamic
6
7
CFLAGS = -g -Wall -O2