소스 검색

libgcc is part of gcc and should use the version from gcc

Waldemar Brodkorb 10 년 전
부모
커밋
1143631a7c
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      package/libgcc/Makefile

+ 1 - 7
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