diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-03 19:43:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-03 19:43:39 +0100 |
commit | 88c7bdb44d3b774f9b40a850ecd4e44575963e7f (patch) | |
tree | e31ea3dd037bdd93115d5281b3e4604b795fbc97 | |
parent | edf81f75ddbc599082d4151e5c464477f3c54653 (diff) |
binutils: disable gdb/sim, when binutils-gdb git is used
-rw-r--r-- | package/binutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/binutils/Makefile b/package/binutils/Makefile index 441f783c0..e7b2f965b 100644 --- a/package/binutils/Makefile +++ b/package/binutils/Makefile @@ -31,6 +31,8 @@ else CONFIGURE_ARGS+= --enable-multilib endif CONFIGURE_ARGS+= --disable-werror \ + --disable-gdb \ + --disable-sim \ --disable-install-libiberty \ --host=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) |