From f4012a128e45f61010532a56911b9ec3ac95482f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 Apr 2008 15:08:15 +0000 Subject: Add building some binutils libraries for the target, as some utilities might need them. /trunk/scripts/build/binutils.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++ /trunk/config/binutils.in | 22 22 0 0 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) --- config/binutils.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'config/binutils.in') 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 -- cgit v1.2.3