summaryrefslogtreecommitdiff
path: root/config/binutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils.in')
-rw-r--r--config/binutils.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in
index d49b735..ea8698d 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -76,4 +76,26 @@ config BINUTILS_EXTRA_CONFIG
help
Extra flags passed onto ./configure when configuring
+menuconfig BINUTILS_FOR_TARGET
+ bool
+ prompt "binutils libraries for the target"
+ default n
+ help
+ Some utilities may need binutils libraries to be available on
+ the target, eg. oprofile.
+
+if BINUTILS_FOR_TARGET
+
+config BINUTILS_FOR_TARGET_IBERTY
+ bool
+ prompt "libiberty"
+ default y
+
+config BINUTILS_FOR_TARGET_BFD
+ bool
+ prompt "libbfd"
+ default y
+
+endif # BINUTILS_FOR_TARGET
+
endmenu