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/libgfortran/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libgfortran') diff --git a/package/libgfortran/Makefile b/package/libgfortran/Makefile index 596a4887c..1f0353bea 100644 --- a/package/libgfortran/Makefile +++ b/package/libgfortran/Makefile @@ -23,7 +23,7 @@ INSTALL_STYLE:= manual libgfortran-install: $(INSTALL_DIR) ${IDIR_LIBGFORTRAN}/$(ADK_TARGET_LIBC_PATH) -ifeq ($(ADK_TARGET_USE_STATIC_LIBS),) +ifeq ($(ADK_TARGET_USE_STATIC_LIBS_ONLY),) ifeq ($(ADK_TARGET_BINFMT_FLAT),) ${CP} ${STAGING_TARGET_DIR}/usr/lib/libgfortran.so* ${IDIR_LIBGFORTRAN}/$(ADK_TARGET_LIBC_PATH) endif -- cgit v1.2.3