From 0cc216676c96efacb0e1eb82457e6a83920ae704 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 May 2012 18:26:30 -0700 Subject: automake: Remove the old static configs system. With the incremental automake conversion, we'd broken those that included glx or egl. Reviewed-by: Kenneth Graunke --- configs/linux-x86 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 configs/linux-x86 (limited to 'configs/linux-x86') diff --git a/configs/linux-x86 b/configs/linux-x86 deleted file mode 100644 index 5970b185ce0..00000000000 --- a/configs/linux-x86 +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration for Linux with x86 optimizations - -include $(TOP)/configs/linux - -CONFIG_NAME = linux-x86 - -ARCH_FLAGS = -m32 -mmmx -msse -msse2 - -ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -MESA_ASM_SOURCES = $(X86_SOURCES) -GLAPI_ASM_SOURCES = $(X86_API) -- cgit v1.2.3