summaryrefslogtreecommitdiff
path: root/configs/linux-solo-ia64
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-03-22 13:31:35 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-03-22 13:31:35 +0000
commitde4fe1e3c5ce64b309884fd1c82b6cc9e6a4aedc (patch)
tree1839e168fbc1b4d9b8aa58efd3e1fa560ccfe11e /configs/linux-solo-ia64
parent7f8e10f96c1970d2c81ec8d4f3a45a3b006b3be1 (diff)
Add DRM_USE_MALLOC flag
Diffstat (limited to 'configs/linux-solo-ia64')
-rw-r--r--configs/linux-solo-ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-solo-ia64 b/configs/linux-solo-ia64
index 200ce11aa1..ec7a794e5a 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