summaryrefslogtreecommitdiff
path: root/toolchain/libelf
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-14 12:19:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-14 12:19:26 +0100
commit3833c6cfdaaefe5d535edaf94ae28f743726c7f3 (patch)
tree23124cf85c0e90bd1248d6b772ae1617e459008b /toolchain/libelf
parente35fc26ad55f836f5b7ad1291b7dc205c02edf20 (diff)
toolchain does not need libelf
Diffstat (limited to 'toolchain/libelf')
-rw-r--r--toolchain/libelf/Makefile32
-rw-r--r--toolchain/libelf/Makefile.inc9
2 files changed, 0 insertions, 41 deletions
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
diff --git a/toolchain/libelf/Makefile.inc b/toolchain/libelf/Makefile.inc
deleted file mode 100644
index 9bdee8c31..000000000
--- a/toolchain/libelf/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-PKG_NAME:= libelf
-PKG_VERSION:= 0.8.13
-PKG_RELEASE:= 1
-PKG_HASH:= 591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d
-PKG_SITES:= http://www.mr511.de/software/
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz