summaryrefslogtreecommitdiff
path: root/configs/debian-debug_i386
blob: b9e0eebbd3fc7952815b0eb4df56d6dbe25caf55 (plain)
1
2
3
4
5
6
7
include $(TOP)/configs/debian-debug

CONFIG_NAME = debian-debug-i386

DEBIAN_OPT_CFLAGS = -march=i686 -msse -mfpmath=sse -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM

ASM_SOURCES = $(X86_SOURCES) $(X86_API)