summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolchain/Makefile6
-rw-r--r--toolchain/libelf/Makefile32
-rw-r--r--toolchain/libelf/Makefile.inc9
3 files changed, 3 insertions, 44 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 0ac3a5dba..e90feb42d 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -3,7 +3,7 @@
# Steps to build toolchains
# 1) build and install binutils
-# 2) build and install mpfr, mpc, libelf and gmp
+# 2) build and install mpfr, mpc and gmp
# 3) build and install initial gcc
# 4) install kernel-headers
# 5) build and install full libc
@@ -12,7 +12,7 @@
include $(ADK_TOPDIR)/rules.mk
-TARGETS:=binutils gmp mpfr mpc libelf
+TARGETS:=binutils gmp mpfr mpc
ifeq ($(ADK_BUILD_COMPILER_GCC),y)
TARGETS+=gcc
@@ -67,7 +67,7 @@ clean: $(TARGETS_CLEAN)
download: $(DOWNLOAD)
final: $(FINAL)
-$(COMPILER)-configure: binutils-install gmp-install mpfr-install mpc-install libelf-install
+$(COMPILER)-configure: binutils-install gmp-install mpfr-install mpc-install
ifeq ($(ADK_TARGET_LIB_NEWLIB),y)
$(CLIB)-install: $(COMPILER)-configure
else
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