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/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/Makefile') 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 -- cgit v1.2.3