libc/nls: Sync with FreeBSD.
[dragonfly.git] / share / mk / bsd.cpu.custom.mk
blob39c68c615fe09c147c98cb8023013ff589474f2a
1 # Set default CPU compile flags for custom compilers. Not much to see here.
3 . if ${MACHINE_ARCH} == "i386"
4 MACHINE_CPU = i486
5 . elif ${MACHINE_ARCH} == "x86_64"
6 MACHINE_CPU = x86_64 sse2 sse
7 . endif