diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:51:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-06 09:51:28 +0100 |
commit | 581eb9117c7ca0a3702e867e4655c8b788701136 (patch) | |
tree | 5a573956b059fdc7efd7667338ae4306d5471a3e /toolchain/binutils | |
parent | 2e8823cb5c59d7524b5dd5e40266c4ef993b3102 (diff) |
disable plugins
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 98c92811e..201f8538c 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -36,6 +36,7 @@ $(WRKBUILD)/.configured: --disable-libtool-lock \ --disable-nls \ --disable-werror \ + --disable-plugins \ ${CONFOPTS} \ ); touch $@ |