diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 11:43:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 11:43:52 +0200 |
commit | b0b05ceb8e0a92c2eda3a98fa7e25eb5929a1ea4 (patch) | |
tree | 908239553de00dad29612f354c4e08bd152d98a1 /toolchain/binutils | |
parent | b7987c21aead55263d6740cb7204e20478330211 (diff) |
do not install libiberty in staging area
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 49549f625..80565bc17 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -49,6 +49,7 @@ $(WRKBUILD)/.configured: --disable-libtool-lock \ --disable-nls \ --disable-werror \ + --disable-install-libiberty \ ${CONFOPTS} \ ); touch $@ |