diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-03-22 13:31:35 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-03-22 13:31:35 +0000 |
commit | de4fe1e3c5ce64b309884fd1c82b6cc9e6a4aedc (patch) | |
tree | 1839e168fbc1b4d9b8aa58efd3e1fa560ccfe11e /configs | |
parent | 7f8e10f96c1970d2c81ec8d4f3a45a3b006b3be1 (diff) | |
download | external_mesa3d-de4fe1e3c5ce64b309884fd1c82b6cc9e6a4aedc.zip external_mesa3d-de4fe1e3c5ce64b309884fd1c82b6cc9e6a4aedc.tar.gz external_mesa3d-de4fe1e3c5ce64b309884fd1c82b6cc9e6a4aedc.tar.bz2 |
Add DRM_USE_MALLOC flag
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-solo | 2 | ||||
-rw-r--r-- | configs/linux-solo-ia64 | 2 | ||||
-rw-r--r-- | configs/linux-solo-x86 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index d2d602d..d9bb624 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_EXTERNAL_DXTN_LIB=1 +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_EXTERNAL_DXTN_LIB=1 -DDRM_USE_MALLOC CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math diff --git a/configs/linux-solo-ia64 b/configs/linux-solo-ia64 index 200ce11..ec7a794 100644 --- a/configs/linux-solo-ia64 +++ b/configs/linux-solo-ia64 @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo-ia64 CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DDRM_USE_MALLOC CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math diff --git a/configs/linux-solo-x86 b/configs/linux-solo-x86 index 8bdd5f8..5182c86 100644 --- a/configs/linux-solo-x86 +++ b/configs/linux-solo-x86 @@ -8,7 +8,7 @@ CONFIG_NAME = linux-solo-x86 CC = gcc CXX = g++ -DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 +DEFINES = -DDRI_NEW_INTERFACE_ONLY -D_POSIX_SOURCE -D_SVID_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L -D_GNU_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DDRM_USE_MALLOC CFLAGS = $(DEFINES) -Wmissing-prototypes -O3 -g -std=c99 -Wundef -fPIC -ffast-math |