summaryrefslogtreecommitdiff
path: root/configs/linux-x86-32
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-05-16 19:07:45 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-05-16 19:07:45 +0000
commita33f0d302445cbef740fb8c454ec0e2d5acb0458 (patch)
treee184c755d45c052d0d1feb3dced8ce4edef28854 /configs/linux-x86-32
parent380991cb657dec71d754d5221ffd55360864358d (diff)
remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS
Diffstat (limited to 'configs/linux-x86-32')
-rw-r--r--configs/linux-x86-322
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-x86-32 b/configs/linux-x86-32
index 61a147466b..ac56577352 100644
--- a/configs/linux-x86-32
+++ b/configs/linux-x86-32
@@ -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