diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-16 04:49:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-16 04:49:08 +0000 |
commit | f106775df14dbd1af2f1e0d3b1b3c67c167f8ce0 (patch) | |
tree | ff8ad77949aae56db49e68538ea3fe7a1914211c /Rules.mak | |
parent | 7166f6c6fed92ab07fbfa66b50816827012eac9d (diff) |
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
-Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ endif ifeq ($(strip $(DOPIC)),true) CFLAGS += -fPIC endif -ifeq ($(strip $(INCLUDE_THREADS)),true) - CFLAGS += -D_LIBC_REENTRANT -endif # Currently locale support requires wide char support. ifeq ($(strip $(HAS_LOCALE)),true) HAS_WCHAR:=true |