repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dma: fix mail bouncing
[dragonfly.git]
/
share
/
mk
/
bsd.cpu.custom.mk
blob
65ca858589637863430b30ccf4f49a02cf0a7e7c
1
# Set default CPU compile flags for custom compilers. Not much to see here.
2
3
. if
${
MACHINE_ARCH
} ==
"i386"
4
MACHINE_CPU
=
i486
5
. elif
${
MACHINE_ARCH
} ==
"amd64"
6
MACHINE_CPU
=
amd64 sse2 sse
7
.
endif