diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 03:53:12 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-17 03:53:12 +0000 | 
| commit | 8f0270f71b04eeab95e83a8787b22d9f3250b855 (patch) | |
| tree | e4a2b95a77b5c10c82c8c43c8e9964c137e9b4d3 /toolchain | |
| parent | f84a70f1568d3e0b02e0f200df6367e0d073fb65 (diff) | |
| download | buildroot-novena-8f0270f71b04eeab95e83a8787b22d9f3250b855.tar.gz buildroot-novena-8f0270f71b04eeab95e83a8787b22d9f3250b855.zip  | |
fix whitespace
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/binutils/Config.in | 10 | 
1 files changed, 4 insertions, 6 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in index ec0309160..ab579fe30 100644 --- a/toolchain/binutils/Config.in +++ b/toolchain/binutils/Config.in @@ -68,9 +68,7 @@ config BR2_BINUTILS_VERSION  	default "2.17.50.0.3"     if BR2_BINUTILS_VERSION_2_17_50_0_3  config BR2_EXTRA_BINUTILS_CONFIG_OPTIONS -        string "Additional binutils options" -        default "" -        help -            Any additional binutils options you may want to include.. - - +	string "Additional binutils options" +	default "" +	help +	  Any additional binutils options you may want to include ...  | 
