diff options
author | Jeremy Kolb <jkolb@freedesktop.org> | 2006-02-19 22:30:46 +0000 |
---|---|---|
committer | Jeremy Kolb <jkolb@freedesktop.org> | 2006-02-19 22:30:46 +0000 |
commit | 97a3023c9f2826b44428c85af4aa06b05d9dc368 (patch) | |
tree | 5735612563c27ca498e2c927c3283a31a90cf7c8 /configs | |
parent | 3654193a4d417560c90b4bbe47d8070919cdc348 (diff) |
Remove old linux-x86-xcb (didn't do anything).
Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-x86-xcb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/configs/linux-x86-xcb b/configs/linux-x86-xcb deleted file mode 100644 index a3eeb108bf..0000000000 --- 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 |