[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

Bernhard Fischer rep.dot.nop at gmail.com
Mon Jul 30 07:19:52 UTC 2007


On Sun, Jul 29, 2007 at 10:36:45AM -0700, ulf at uclibc.org wrote:
>Author: ulf
>Date: 2007-07-29 10:36:45 -0700 (Sun, 29 Jul 2007)
>New Revision: 19330
>
>Log:
>gcc config for AVR32
>
>Modified:
>   trunk/buildroot/toolchain/gcc/Config.in
>
>
>Changeset:
>Modified: trunk/buildroot/toolchain/gcc/Config.in
>===================================================================
>--- trunk/buildroot/toolchain/gcc/Config.in	2007-07-29 17:34:20 UTC (rev 19329)
>+++ trunk/buildroot/toolchain/gcc/Config.in	2007-07-29 17:36:45 UTC (rev 19330)

>@@ -147,27 +159,29 @@
> config BR2_INSTALL_LIBSTDCPP
> 	bool "Build/install c++ compiler and libstdc++?"
> 	default n
>-	# >= 4.2.0 work fine without LARGEFILE
>-	select BR2_LARGEFILE if BR2_GCC_VERSION_3_3_5 || BR2_GCC_VERSION_3_3_6 || BR2_GCC_VERSION_3_4_2 || BR2_GCC_VERSION_3_4_3 || BR2_GCC_VERSION_3_4_4 || BR2_GCC_VERSION_3_4_5 || BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_0 || BR2_GCC_VERSION_4_0_1 || BR2_GCC_VERSION_4_0_2 || BR2_GCC_VERSION_4_0_3 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_0 || BR2_GCC_VERSION_4_1_1 || BR2_GCC_VERSION_4_1_2
>+	# huh? why so? select BR2_LARGEFILE
>+	select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_3
> 	help
> 	  Build/install c++ compiler and libstdc++?

heh! Why did you revert my change ?

Please fix.



More information about the buildroot mailing list