config/binutils.in
changeset 458 17f3122a2864
parent 427 fc1c16395864
child 460 4574902ce43e
     1.1 --- a/config/binutils.in	Fri Feb 15 21:07:30 2008 +0000
     1.2 +++ b/config/binutils.in	Sun Apr 27 15:08:15 2008 +0000
     1.3 @@ -76,4 +76,26 @@
     1.4      help
     1.5        Extra flags passed onto ./configure when configuring
     1.6  
     1.7 +menuconfig BINUTILS_FOR_TARGET
     1.8 +    bool
     1.9 +    prompt "binutils libraries for the target"
    1.10 +    default n
    1.11 +    help
    1.12 +      Some utilities may need binutils libraries to be available on
    1.13 +      the target, eg. oprofile.
    1.14 +
    1.15 +if BINUTILS_FOR_TARGET
    1.16 +
    1.17 +config BINUTILS_FOR_TARGET_IBERTY
    1.18 +    bool
    1.19 +    prompt "libiberty"
    1.20 +    default y
    1.21 +
    1.22 +config BINUTILS_FOR_TARGET_BFD
    1.23 +    bool
    1.24 +    prompt "libbfd"
    1.25 +    default y
    1.26 +
    1.27 +endif # BINUTILS_FOR_TARGET
    1.28 +
    1.29  endmenu