diff -r fc1c16395864 -r 17f3122a2864 config/binutils.in --- a/config/binutils.in Fri Feb 15 21:07:30 2008 +0000 +++ b/config/binutils.in Sun Apr 27 15:08:15 2008 +0000 @@ -76,4 +76,26 @@ 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