diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 11:27:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-21 11:27:13 +0100 |
commit | 1143631a7c6a1181963b24b9b136cbdedc2493f8 (patch) | |
tree | f2627fc00cc865efc1b2b651bd75a396811b3998 | |
parent | 977f672a7ce7918d4bf92875fd71d3d876d5853b (diff) |
libgcc is part of gcc and should use the version from gcc
-rw-r--r-- | package/libgcc/Makefile | 8 |
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 |