From a70ad91209b08ebe7122ace6d6656b11d9b04542 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Mar 2004 15:16:35 +0000 Subject: new system configurations --- configs/linux-x86-64 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 configs/linux-x86-64 (limited to 'configs/linux-x86-64') diff --git a/configs/linux-x86-64 b/configs/linux-x86-64 new file mode 100644 index 0000000000..96d1d7fd19 --- /dev/null +++ b/configs/linux-x86-64 @@ -0,0 +1,30 @@ +# Configuration for Linux for 64-bit X86 (Opteron) + +include $(TOP)/configs/default + +CONFIG_NAME = linux-x86-64 + +# Compiler and flags +CC = gcc +CXX = g++ + +CFLAGS = -m64 -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 -I/usr/X11R6/include + +CXXFLAGS = -m64 -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE + +GLUT_CFLAGS = -fexceptions + + +ASM_SOURCES = $(X86_SOURCES) + + +LIB_DIR = $(TOP)/lib64 + + +# Library/program dependencies +GL_LIB_DEPS = -L/usr/X11R6/lib64 -lX11 -lXext -lm -lpthread +OSMESA_LIB_DEPS = -L$(LIB_DIR) -lGL +GLU_LIB_DEPS = -L$(LIB_DIR) -lGL -lm +GLUT_LIB_DEPS = -L$(LIB_DIR) -lGLU -lGL -L/usr/X11R6/lib64 -lX11 -lXmu -lXt -lXi -lm +GLW_LIB_DEPS = -L$(LIB_DIR) -lGL -L/usr/X11R6/lib64 -lXt -lXm -lX11 +APP_LIB_DEPS = -L$(LIB_DIR) -lglut -lGLU -lGL -lm -- cgit v1.2.3