From 739d512289d14ade82e9fbae7f4371e65989622f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 27 Nov 2016 22:19:21 +0100 Subject: add three library methods, static, shared or both Rename the static symbol and add the choice to a more visible place for users. --- package/glibc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/glibc') diff --git a/package/glibc/Makefile b/package/glibc/Makefile index fa0cec5e6..adeff7f07 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -45,7 +45,7 @@ INSTALL_STYLE:= manual # compile nothing, glibc is already build in toolchain directory do-install: -ifneq ($(ADK_TARGET_USE_STATIC_LIBS),y) +ifneq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),y) ${INSTALL_DIR} ${IDIR_GLIBC}/$(ADK_TARGET_LIBC_PATH) $(CP) $(STAGING_TARGET_DIR)/lib/ld*.so* $(IDIR_GLIBC)/$(ADK_TARGET_LIBC_PATH) for file in libc libpthread librt libcrypt libdl libm libnsl libresolv libutil libnss_dns libnss_files; do \ -- cgit v1.2.3