diff options
Diffstat (limited to 'config/binutils.in')
-rw-r--r-- | config/binutils.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in index d49b7350..ea8698dd 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 |