summaryrefslogtreecommitdiff
path: root/configs/debian-static_i386
blob: df86c83cc4da333a67b899b2893f62c55c8af48b (plain)
1
2
3
4
5
6
7
include $(TOP)/configs/debian-static

CONFIG_NAME = debian-static-i386

DEBIAN_OPT_CFLAGS = -O3 -march=i686 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM

ASM_SOURCES = $(X86_SOURCES) $(X86_API)