Browse Source

binutils: no libiberty, we use the one from gcc

tc-work-wip
Nagy Károly Gábriel 9 years ago
committed by Alejandro Mery
parent
commit
114585a89f
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      base/binutils/binutils.conf

+ 1
- 2
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 [ "$SDECFG_MULTILIB" != 1 ]; then

Loading…
Cancel
Save