From 69ab4fec1220d831afbabc3f578634094bc63b2b Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 30 Apr 2004 08:29:04 +0000 Subject: AMD64 changes from Ronny V. Vindenes. --- configs/linux-x86-64-static | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/linux-x86-64-static') diff --git a/configs/linux-x86-64-static b/configs/linux-x86-64-static index 9fc0131f59..9110462306 100644 --- a/configs/linux-x86-64-static +++ b/configs/linux-x86-64-static @@ -8,9 +8,9 @@ CONFIG_NAME = linux-x86-64-static CC = gcc CXX = g++ -CFLAGS = -m64 -Wall -O3 -ansi -pedantic -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 +CFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -D__AMD64__ -I/usr/X11R6/include -CXXFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE +CXXFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D__AMD64__ GLUT_CFLAGS = -fexceptions @@ -25,7 +25,7 @@ GLW_LIB_NAME = libGLw.a OSMESA_LIB_NAME = libOSMesa.a -ASM_SOURCES = $(X86_SOURCES) +#ASM_SOURCES = $(X86_SOURCES) LIB_DIR = $(TOP)/lib64 -- cgit v1.2.3