1
1

Remove the TSD_HACKS macro. The TSD hack is only for non-glibc libraries

and we only build the linux memory component on glibc, so this shouldn't
be needed.

This commit was SVN r27371.
Этот коммит содержится в:
Brian Barrett 2012-09-26 07:42:43 +00:00
родитель c6751eaf70
Коммит cb6831830a

Просмотреть файл

@ -22,7 +22,6 @@ AM_CPPFLAGS = -DMALLOC_DEBUG=0
if OPAL_HAVE_POSIX_THREADS
AM_CPPFLAGS += \
-D_GNU_SOURCE=1 \
-DUSE_TSD_DATA_HACK=1 \
-DMALLOC_HOOKS=1 \
-I$(srcdir)/sysdeps/pthread
endif