diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 20:13:59 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 20:13:59 +0100 |
commit | 10c4673df9e51862737285c87270245e025c8c1f (patch) | |
tree | c6bdcdb6966e1435437cbb35302417f24eae60ea /libpthread/Makefile | |
parent | e15520309f5eeb86caeb32908b5da257f46aa1e6 (diff) | |
parent | 916e61485d5434e0b4052832ca331cf0eb315538 (diff) |
Merge branch 'libpthread-moved' into upstream-merged
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 |