From e61df587295e585a3643b523c499d6594962f76a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 14 Apr 2004 12:44:07 +0000 Subject: First attempt at building a dri module in this tree -- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. --- configs/linux-x86-debug | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/linux-x86-debug (limited to 'configs/linux-x86-debug') diff --git a/configs/linux-x86-debug b/configs/linux-x86-debug new file mode 100644 index 0000000000..c28329ff9f --- /dev/null +++ b/configs/linux-x86-debug @@ -0,0 +1,10 @@ +# Configuration for Linux with x86 code, but no gcc optimizations and +# debugging enabled. + +include $(TOP)/configs/linux-x86 + +CONFIG_NAME = linux-x86-debug + +CFLAGS = -Wall -g -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 = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -- cgit v1.2.3