diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:33:54 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:33:54 +0000 |
| commit | f3cacffe54fb2644fcf6dee57b5768af4e32e797 (patch) | |
| tree | 4dd45d30b15b64a2074d2aea15a1b26f493e55b1 /libc/stdio | |
| parent | 61044293e40d58523315342c0521eec46d1994c6 (diff) | |
| download | uClibc-alpine-f3cacffe54fb2644fcf6dee57b5768af4e32e797.tar.bz2 uClibc-alpine-f3cacffe54fb2644fcf6dee57b5768af4e32e797.tar.xz | |
Fix up build system for NPTL. I admit it is much cleaner now, but I lost my entire Saturday fixing this $!#$!#@$T! up.
Diffstat (limited to 'libc/stdio')
| -rw-r--r-- | libc/stdio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index dc2a29173..729e4dd81 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -119,6 +119,10 @@ ifeq ($(strip $(UCLIBC_HAS_LFS)),y) OBJS += $(CLOBJS) endif +ifeq ($(UCLIBC_HAS_THREADS),y) +CFLAGS += $(PTINC) +endif + ifeq ($(UCLIBC_HAS_STDIO_FUTEXES),y) CFLAGS += -D__USE_STDIO_FUTEXES__ endif |
