diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-16 17:06:08 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-16 17:06:08 +0000 |
commit | a7d02567451f69445ef31181a41b16e86487093d (patch) | |
tree | 6e42bb8e124f17e6f5e8b0b5dcc76b0832d6e997 /configs/linux-solo | |
parent | ab6cf9dd622c4659aa5f47cb1b5f86b8e38d5a85 (diff) |
When available, which is most of the time, use posix_memalign to implement
_mesa_align_malloc and friends.
Diffstat (limited to 'configs/linux-solo')
-rw-r--r-- | configs/linux-solo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index 112cdd2864..730c245d90 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -16,7 +16,7 @@ PIC_FLAGS = -fPIC ARCH_FLAGS ?= DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ - -D_BSD_SOURCE -D_GNU_SOURCE \ + -D_BSD_SOURCE -D_GNU_SOURCE -DHAVE_POSIX_MEMALIGN \ -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DDRM_USE_MALLOC -DIN_DRI_DRIVER CFLAGS = $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) \ |