local.conf.sample: Don't ASSUME_PROVIDED gcc3-native anymore

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4349 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-25 22:06:25 +00:00
parent 7a0f31b600
commit 64d3fee61d
1 changed files with 1 additions and 1 deletions

View 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"