summaryrefslogtreecommitdiff
path: root/package/libstdcxx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-30 07:58:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-30 07:58:19 +0100
commit1391bf284490cf870273e1a8bce98940b9105fbe (patch)
treec659f483618c9976d66a4d292e425bd5dbd7c43b /package/libstdcxx/Makefile
parent11c6aa9ee8b8abf5537393a1dd35ed8e42bc35fa (diff)
do not try to package libstdc++.so in static mode
Diffstat (limited to 'package/libstdcxx/Makefile')
-rw-r--r--package/libstdcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
index 1c99e614b..0f229ea72 100644
--- a/package/libstdcxx/Makefile
+++ b/package/libstdcxx/Makefile
@@ -19,7 +19,7 @@ BUILD_STYLE:= manual
INSTALL_STYLE:= manual
do-install:
-ifeq ($(ADK_TARGET_BINFMT_FLAT),)
+ifeq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS_ONLY),)
${INSTALL_DIR} ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}
ifeq ($(ADK_TARGET_ARCH_SH),y)
ifeq ($(ADK_TARGET_CPU_SH_SH3),y)