[Buildroot] svn commit: trunk/buildroot/toolchain

aldot at uclibc.org aldot at uclibc.org
Tue Sep 25 21:49:37 UTC 2007


Author: aldot
Date: 2007-09-25 14:49:37 -0700 (Tue, 25 Sep 2007)
New Revision: 20027

Log:
- fix copy'n paste error


Modified:
   trunk/buildroot/toolchain/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/Config.in
===================================================================
--- trunk/buildroot/toolchain/Config.in	2007-09-25 21:40:04 UTC (rev 20026)
+++ trunk/buildroot/toolchain/Config.in	2007-09-25 21:49:37 UTC (rev 20027)
@@ -19,7 +19,7 @@
 
 config BR2_TOOLCHAIN_SOURCE
 	bool
-	default y if !BR2_TOOLCHAIN_EXTERNAL
+	default y if BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE
 	default n if BR2_TOOLCHAIN_EXTERNAL
 
 source "target/device/Toolchain.in"




More information about the buildroot mailing list