summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-16 04:49:08 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-16 04:49:08 +0000
commitf106775df14dbd1af2f1e0d3b1b3c67c167f8ce0 (patch)
treeff8ad77949aae56db49e68538ea3fe7a1914211c /Rules.mak
parent7166f6c6fed92ab07fbfa66b50816827012eac9d (diff)
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
-Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rules.mak b/Rules.mak
index 53e324081..5a912ae6d 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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