From 3f05fcb52b78daeb37ea7bbc037fd44ed25aa867 Mon Sep 17 00:00:00 2001 From: Matthias Weisser Date: Mon, 18 Jan 2016 15:37:48 +0100 Subject: Remove GCC dependency to libelf As crosstools-ng only support GCC >= 4.8 we do not need libelf for gcc. GCC dropped this dependency with 4.6. Signed-off-by: Matthias Weisser --- config/cc/gcc.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index e9641b7c..84ac8fda 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -213,7 +213,6 @@ config CC_GCC_USE_LTO bool default y depends on CC_GCC_HAS_LTO - select CC_GCC_USE_LIBELF help Enable the Link Time Optimisations. @@ -250,10 +249,6 @@ config CC_GCC_USE_MPC bool select MPC_NEEDED -config CC_GCC_USE_LIBELF - bool - select LIBELF_NEEDED - config CC_GCC_HAS_LIBQUADMATH bool -- cgit v1.2.3