summaryrefslogtreecommitdiff
path: root/configs/linux-sparc
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-08-16 17:06:08 +0000
committerIan Romanick <idr@us.ibm.com>2006-08-16 17:06:08 +0000
commita7d02567451f69445ef31181a41b16e86487093d (patch)
tree6e42bb8e124f17e6f5e8b0b5dcc76b0832d6e997 /configs/linux-sparc
parentab6cf9dd622c4659aa5f47cb1b5f86b8e38d5a85 (diff)
When available, which is most of the time, use posix_memalign to implement
_mesa_align_malloc and friends.
Diffstat (limited to 'configs/linux-sparc')
-rw-r--r--configs/linux-sparc2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-sparc b/configs/linux-sparc
index e3bc9eb3d6..d9552e8d89 100644
--- a/configs/linux-sparc
+++ b/configs/linux-sparc
@@ -12,7 +12,7 @@ WARN_FLAGS = -Wall
OPT_FLAGS = -O2
PIC_FLAGS = -fPIC
-DEFINES = -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM
+DEFINES = -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DHAVE_POSIX_MEMALIGN
X11_INCLUDES = -I/usr/X11R6/include