From 97a3023c9f2826b44428c85af4aa06b05d9dc368 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Sun, 19 Feb 2006 22:30:46 +0000 Subject: [PATCH] Remove old linux-x86-xcb (didn't do anything). Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile. --- Makefile | 2 +- configs/linux-x86-xcb | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 configs/linux-x86-xcb diff --git a/Makefile b/Makefile index dd6e04566f1..1b4e80bfac2 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ linux-dri \ linux-dri-x86 \ linux-dri-x86-64 \ linux-dri-ppc \ +linux-dri-xcb \ linux-indirect \ linux-fbdev \ linux-glide \ @@ -113,7 +114,6 @@ linux-x86-32 \ linux-x86-64 \ linux-x86-64-debug \ linux-x86-64-static \ -linux-x86-xcb \ linux-x86-glide \ linux-x86-static \ netbsd \ diff --git a/configs/linux-x86-xcb b/configs/linux-x86-xcb deleted file mode 100644 index a3eeb108bfd..00000000000 --- a/configs/linux-x86-xcb +++ /dev/null @@ -1,25 +0,0 @@ -# Configuration for Linux with x86 optimizations - -include $(TOP)/configs/default - -CONFIG_NAME = linux-x86-xcb - -# Compiler and flags -CC = gcc -CXX = g++ - -CFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -DUSE_XCB -I/usr/X11R6/include - -CXXFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XCB - -GLUT_CFLAGS = -fexceptions - - -ASM_SOURCES = $(X86_SOURCES) -ASM_API = $(X86_API) - -# Library/program dependencies -GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -lXCB -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib -lX11 -lXmu -lXt -lXi -lm -GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib -lXt -lX11 -APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm