diff options
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 2b895e88..a1801f5c 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 1994, 1995, 1996, 1997, 2000, 2002, 2004, 2005, 2006, 2007, -# 2008 Free Software Foundation, Inc. +# 2008, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -182,6 +182,7 @@ installhdrsubdir := . include ../Makeconf CPPFLAGS += \ + -DENABLE_TLS \ $(addprefix -I, $(SYSDEP_PATH)) \ -imacros $(srcdir)/include/libc-symbols.h \ -imacros $(srcdir)/not-in-libc.h |