From ce9767f863e7788d4ab0099404abce72399f0b2c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 24 Aug 2006 18:06:37 +0000 Subject: Make sure that _GNU_SOURCE is enabled in the linux configs that set HAVE_POSIX_MEMALIGN. This eliminates a compiler warning. Also, clean up some crufty linux-sparc* configs. --- configs/linux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/linux') diff --git a/configs/linux b/configs/linux index 6736f14e0d..0d455ff46a 100644 --- a/configs/linux +++ b/configs/linux @@ -17,7 +17,8 @@ PIC_FLAGS = -fPIC ARCH_FLAGS ?= DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ - -D_BSD_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN + -D_BSD_SOURCE -D_GNU_SOURCE \ + -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN X11_INCLUDES = -I/usr/X11R6/include -- cgit v1.2.3