From f90e0e035b1e8e55b9da4a01fb15017e8dc1b83a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 10 Mar 2006 08:46:36 +0000 Subject: - make sure we use the proper CC for building binutils. - add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure. --- toolchain/binutils/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'toolchain/binutils/Config.in') diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index 112ff077d..68518f7d5 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -61,3 +61,12 @@ config BR2_BINUTILS_VERSION default "2.16.91.0.4" if BR2_BINUTILS_VERSION_2_16_91_0_4 default "2.16.91.0.5" if BR2_BINUTILS_VERSION_2_16_91_0_5 default "2.16.91.0.6" if BR2_BINUTILS_VERSION_2_16_91_0_6 + + +config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS + string "Additional binutils options" + default "" + help + Any additional binutils options you may want to include.. + + -- cgit v1.2.3