musl: update to 1.1.12 + git from 2016-01-22
[openwrt/openwrt.git] / toolchain / musl / common.mk
index 986f372a6eb0b5d6dde243d5ecc9c31e761199a2..fe5d4bf9d0e8eb3fe789a8e58138d73ae64fb5c0 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=musl
 PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
 PKG_RELEASE=1
 
-PKG_MD5SUM:=48be0777e32f374d387e9cf85e36ec4d
+PKG_MD5SUM:=42875e0c111aa1cb9d08663f8d42c799
 
 PKG_SOURCE_URL:=http://www.musl-libc.org/releases
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -40,11 +40,6 @@ MUSL_CONFIGURE:= \
                --disable-gcc-wrapper \
                --enable-debug
 
-ifeq ($(CONFIG_MUSL_ENABLE_DEBUG),y)
-MUSL_CONFIGURE+= \
-       --enable-debug
-endif
-
 define Host/Prepare
        $(call Host/Prepare/Default)
        $(if $(strip $(QUILT)), \