From 033de6d7385a267ff2d51511cdfd20961669d2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Wed, 24 Feb 2016 13:39:11 +0000 Subject: [PATCH] binutils: no libiberty, we use the one from gcc --- base/binutils/binutils.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/binutils/binutils.conf b/base/binutils/binutils.conf index df502f38f..37ebae96e 100644 --- a/base/binutils/binutils.conf +++ b/base/binutils/binutils.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../binutils/binutils.conf -# Copyright (C) 2007 - 2015 The OpenSDE Project +# Copyright (C) 2007 - 2016 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -16,7 +16,6 @@ hook_add preconf 5 "mkdir -p objdir; cd objdir; configscript=../configure" var_append confopt " " "--disable-werror" -var_append confopt " " "--enable-install-libiberty" var_append confopt " " "--disable-nls" if atstage toolchain; then