Browse Source

activate pthread support, even when gdb is choosen as package

Waldemar Brodkorb 11 years ago
parent
commit
c390d1649d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/uClibc/Makefile

+ 1 - 1
toolchain/uClibc/Makefile

@@ -53,7 +53,7 @@ ifeq ($(ADK_TARGET_ABI_O32),y)
 	$(SED) 's/.*\(CONFIG_MIPS_N32_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config
 	$(SED) 's/.*\(CONFIG_MIPS_N64_ABI\).*/# \1 is not set/' ${WRKBUILD}/.config
 endif
-ifeq ($(ADK_PACKAGE_GDB),y)
+ifneq ($(ADK_PACKAGE_GDB),)
 	$(SED) "s/.*\(PTHREADS_DEBUG_SUPPORT\).*/\1=y/" ${WRKBUILD}/.config
 endif
 ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y)