Browse Source

fix package version, when eglibc choosen

Waldemar Brodkorb 15 years ago
parent
commit
71d17146ab
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/libthread_db/Makefile

+ 4 - 0
package/libthread_db/Makefile

@@ -6,8 +6,12 @@ include ${TOPDIR}/rules.mk
 ifeq ($(ADK_TARGET_LIB_GLIBC),y)
 include ${TOPDIR}/toolchain/glibc/Makefile.inc
 else
+ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
+include ${TOPDIR}/toolchain/eglibc/Makefile.inc
+else
 include ${TOPDIR}/toolchain/uClibc/Makefile.inc
 endif
+endif
 
 PKG_NAME:=		libthread-db
 PKG_DESCR:=		POSIX threads library for gdb/gdbserver