From baa832d311cf36785bbe300412b946781d15d5c2 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 14 Feb 2005 06:57:27 +0000 Subject: Change another usage of __AMD64__ to the standard __amd64__, and remove __AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab. --- configs/linux-dri-x86-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-dri-x86-64') diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 616de54efb..bc11524630 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -9,7 +9,7 @@ CONFIG_NAME = linux-dri-x86-64 CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE -D__AMD64__ +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE CFLAGS = -m64 -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math $(DEFINES) CXXFLAGS = -m64 -Wall -g -ansi -pedantic -fPIC $(DEFINES) -- cgit v1.2.3