From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 18 Jun 2008 19:59:58 +0200 Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/gcc In-Reply-To: ("Thiago A. =?utf-8?Q?Corr=C3=AAa=22's?= message of "Wed\, 18 Jun 2008 13\:33\:04 -0300") References: <20080618154253.7A97E3C744@busybox.net> Message-ID: <871w2uy675.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thiago" == Thiago A Corr?a writes: >> config BR2_GCC_VERSION_4_0_4 >> - depends !BR2_avr32 && !BR2_nios2 >> - depends BR2_DEPRECATED >> + depends on !BR2_avr32 && !BR2_nios2 >> + depends on BR2_DEPRECATED >> bool "gcc 4.0.4" Thiago> Hi Peter, Thiago> I'm not familiar with the kconfig details. Is there a Thiago> difference between depends and depends on? Or is it just Thiago> syntax sugar? According to Documentation/kbuild/kconfig-language.txt in the kernel sources, the correct syntax is 'depends on', we were just lucky that the Kconfig parser was forgiving on this. -- Bye, Peter Korsgaard