summaryrefslogtreecommitdiff
path: root/package/libgcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-21 11:27:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-21 11:27:13 +0100
commit1143631a7c6a1181963b24b9b136cbdedc2493f8 (patch)
treef2627fc00cc865efc1b2b651bd75a396811b3998 /package/libgcc
parent977f672a7ce7918d4bf92875fd71d3d876d5853b (diff)
libgcc is part of gcc and should use the version from gcc
Diffstat (limited to 'package/libgcc')
-rw-r--r--package/libgcc/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/package/libgcc/Makefile b/package/libgcc/Makefile
index a7ee63e81..9926ed960 100644
--- a/package/libgcc/Makefile
+++ b/package/libgcc/Makefile
@@ -2,13 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
include ${ADK_TOPDIR}/rules.mk
-
-ifeq ($(ADK_TARGET_LIB_GLIBC),y)
-include ${ADK_TOPDIR}/toolchain/glibc/Makefile.inc
-endif
-ifeq ($(ADK_TARGET_LIB_UCLIBC_NG),y)
-include ${ADK_TOPDIR}/toolchain/uclibc-ng/Makefile.inc
-endif
+include ${ADK_TOPDIR}/toolchain/gcc/Makefile.inc
PKG_NAME:= libgcc
PKG_DESCR:= gcc library