summaryrefslogtreecommitdiff
path: root/configs/linux-x86-64
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-04-30 08:29:04 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-04-30 08:29:04 +0000
commit69ab4fec1220d831afbabc3f578634094bc63b2b (patch)
tree2105fa11bd9ccc57b5fd197e0b4122458bb4c453 /configs/linux-x86-64
parent4d46e4b26a1b93507663f3c25f8bf9d5a8466ce0 (diff)
AMD64 changes from Ronny V. Vindenes.
Diffstat (limited to 'configs/linux-x86-64')
-rw-r--r--configs/linux-x86-646
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-x86-64 b/configs/linux-x86-64
index 96d1d7fd19..7f27ed80b4 100644
--- a/configs/linux-x86-64
+++ b/configs/linux-x86-64
@@ -8,14 +8,14 @@ CONFIG_NAME = linux-x86-64
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
+CFLAGS = -m64 -Wall -O3 -ansi -pedantic -fPIC -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 -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+CXXFLAGS = -m64 -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D__AMD64__
GLUT_CFLAGS = -fexceptions
-ASM_SOURCES = $(X86_SOURCES)
+#ASM_SOURCES = $(X86_SOURCES)
LIB_DIR = $(TOP)/lib64