remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 May 2005 19:07:45 +0000 (19:07 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 May 2005 19:07:45 +0000 (19:07 +0000)
configs/linux-x86-32
configs/linux-x86-64
configs/linux-x86-64-static

index 61a147466bfa56766d0c9306ece94d0443f57d7a..ac56577352ab9ce08d03f5322d30f5ef74ef6a10 100644 (file)
@@ -9,5 +9,5 @@ CONFIG_NAME = linux-x86-32
 
 CFLAGS = -m32 -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 = -m32 -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+CXXFLAGS = -m32 -Wall -O3 fPIC -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE
 
index 8e62f91ef68681f286f09257a930e748bb50a64a..027ce217f3bbf1ae75e9d329606b0d7595f6be7e 100644 (file)
@@ -10,7 +10,7 @@ CXX = g++
 
 CFLAGS = -m64 -Wall -O3 -std=c99 -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -I/usr/X11R6/include -DUSE_X86_64_ASM
 
-CXXFLAGS = -m64 -Wall -O3 -std=c99 -pedantic -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+CXXFLAGS = -m64 -Wall -O3 -fPIC -D_REENTRANT -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE
 
 GLUT_CFLAGS = -fexceptions
 
index 5dd5da645f4bed8863fa6884558fc714403fe9aa..14fa0c2a282c574e2264fcc53854d0e65af5e3cf 100644 (file)
@@ -10,7 +10,7 @@ CXX = g++
 
 CFLAGS = -m64 -Wall -O3 -ansi -pedantic -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -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 -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE
 
 GLUT_CFLAGS = -fexceptions