summaryrefslogtreecommitdiff
path: root/package/binutils/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-03 19:43:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-03 19:43:39 +0100
commit88c7bdb44d3b774f9b40a850ecd4e44575963e7f (patch)
treee31ea3dd037bdd93115d5281b3e4604b795fbc97 /package/binutils/Makefile
parentedf81f75ddbc599082d4151e5c464477f3c54653 (diff)
binutils: disable gdb/sim, when binutils-gdb git is used
Diffstat (limited to 'package/binutils/Makefile')
-rw-r--r--package/binutils/Makefile2
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)