]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Don't ASSUME_PROVIDED gcc3-native anymore
authorRichard Purdie <richard@openedhand.com>
Fri, 25 Apr 2008 22:06:25 +0000 (22:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 25 Apr 2008 22:06:25 +0000 (22:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4349 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index 094c5ac25a51455b26a9c2efbae275893ed763d9..f40227b580526358deba00c6589a026d7d91fd51 100644 (file)
@@ -103,7 +103,7 @@ TMPDIR = "${OEROOT}/build/tmp"
 
 # Comment this out if you don't have a 3.x gcc version available and wish
 # poky to build one for you. The 3.x gcc is required to build qemu-native.
-ASSUME_PROVIDED += "gcc3-native"
+ASSUME_PROVIDED += "gcc3-native"
 
 # Uncomment these two if you want BitBake to build images useful for debugging.
 # DEBUG_BUILD = "1"