From 3833c6cfdaaefe5d535edaf94ae28f743726c7f3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Jan 2017 12:19:17 +0100 Subject: toolchain does not need libelf --- toolchain/libelf/Makefile | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 toolchain/libelf/Makefile (limited to 'toolchain/libelf/Makefile') diff --git a/toolchain/libelf/Makefile b/toolchain/libelf/Makefile deleted file mode 100644 index 5c01902ad..000000000 --- a/toolchain/libelf/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk -include Makefile.inc -include ../rules.mk -include ${ADK_TOPDIR}/mk/buildhlp.mk - -ifeq (${ADK_MAKE_PARALLEL},y) -LIBELF_MAKEOPTS+= -j${ADK_MAKE_JOBS} -endif - -$(WRKBUILD)/.configured: - (cd $(WRKBUILD); \ - $(WRKBUILD)/configure \ - --prefix=/usr \ - --disable-nls \ - --disable-compat \ - --disable-shared \ - --enable-static \ - ); - touch $@ - -$(WRKBUILD)/.compiled: $(WRKBUILD)/.configured - $(MAKE) ${LIBELF_MAKEOPTS} -C $(WRKBUILD) all - touch $@ - -$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled - $(MAKE) instroot=$(STAGING_HOST_DIR) -C $(WRKBUILD) install - touch $@ - -include ${ADK_TOPDIR}/mk/toolchain.mk -- cgit v1.2.3