From 9204e87b2ea2e9b441ab6422ae58bfebb5cdffce Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 2 Jul 2005 07:38:40 +0000 Subject: Massive refactor of (most of) the Linux config files. This reduces the length of each config and brings a lot of much needed uniformity to them. --- configs/linux-x86-64-debug | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'configs/linux-x86-64-debug') diff --git a/configs/linux-x86-64-debug b/configs/linux-x86-64-debug index 85a4e1f46d..bbdaec8014 100644 --- a/configs/linux-x86-64-debug +++ b/configs/linux-x86-64-debug @@ -1,28 +1,7 @@ # Configuration for Linux for 64-bit X86 (Opteron) -include $(TOP)/configs/default +include $(TOP)/configs/linux-x86-64 CONFIG_NAME = linux-x86-64-debug -# Compiler and flags -CC = gcc -CXX = g++ - -CFLAGS = -g -m64 -Wall -O3 -std=c99 -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DUSE_X86_64_ASM -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK - -CXXFLAGS = -g -m64 -Wall -O3 -ansi -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK - -GLUT_CFLAGS = -fexceptions - - -ASM_SOURCES = $(X86-64_SOURCES) - - -LIB_DIR = $(TOP)/lib64 - - -# Library/program dependencies -GL_LIB_DEPS = -L/usr/X11R6/lib64 -lX11 -lXext -lm -lpthread -GLUT_LIB_DEPS = -L$(LIB_DIR) -l$(GLU_LIB) -l$(GL_LIB) -L/usr/X11R6/lib64 -lX11 -lXmu -lXt -lXi -lm -GLW_LIB_DEPS = -L$(LIB_DIR) -l$(GL_LIB) -L/usr/X11R6/lib64 -lXt -lX11 -APP_LIB_DEPS = -L$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm +DEFINES += -DDEBUG -DMESA_DEBUG -DRUN_DEBUG_BENCHMARK -- cgit v1.2.3