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 /package/binutils/Makefile | |
parent | b7987c21aead55263d6740cb7204e20478330211 (diff) |
do not install libiberty in staging area
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r-- | package/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 874304806..a0f459b95 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -33,6 +33,7 @@ endif TARGET_CFLAGS+= -fPIC CONFIGURE_ARGS+= --disable-werror \ + --disable-install-libiberty \ --host=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) # disable honour cflags stuff |