This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1 of 8] kconfig: remove useless 'default n'


Hi,

2011/6/1 Benoît THÉBAUDEAU <benoit.thebaudeau@advansee.com>:
> # HG changeset patch
> # User "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
> # Date 1306852059 -7200
> # Node ID d124516c60a2f0559020400a8dfd1dbf339359a5
> # Parent ?fa3a18f9abcf9dde1535088554778fe4c4e5e831
> kconfig: remove useless 'default n'
>
> kconfig bools are disabled by default, so specifying 'default n' is useless and
> noisy. This patch removes all occurrences of 'default n'.
>
> Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
>
> diff --git a/config/arch/arm.in.2 b/config/arch/arm.in.2
> --- a/config/arch/arm.in.2
> +++ b/config/arch/arm.in.2
> @@ -28,11 +28,10 @@
> ?config ARCH_ARM_INTERWORKING
> ? ? bool
> ? ? prompt "Use Thumb-interworking (READ HELP)"
> - ? ?default n
> ? ? depends on EXPERIMENTAL
> ? ? help
> ? ? ? Excerpt from the gcc manual:
> -
> +
obviously, you're patch do more than just removing occurrences of
`default n', as this white-space change (and many other I skipped)
points out.

 - Arnaud

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]