Browse Source

Avoid forced -lpthread lnkage when threading is enabled

Eric Andersen 22 years ago
parent
commit
8db3f39cea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/misc/pthread/Makefile

+ 1 - 1
libc/misc/pthread/Makefile

@@ -29,7 +29,7 @@ SYSDEPINC = -I$(PTDIR)sysdeps/unix/sysv/linux \
             -I$(TOPDIR)libc/sysdeps/linux/$(TARGET_ARCH)
 CFLAGS += $(SYSDEPINC) -D_GNU_SOURCE
 
-CSRC=no-tsd.c #weaks.c
+CSRC=no-tsd.c weaks.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 OBJS=$(COBJS)