diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-25 22:06:25 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-25 22:06:25 +0000 |
commit | 64d3fee61dce2884df00d23d5d9e490076e297dc (patch) | |
tree | eed43db8a71f77553928f29ab24e7da755465054 /build/conf | |
parent | 7a0f31b600ae444226da1a31311e89472d1b26b2 (diff) | |
download | openembedded-core-64d3fee61dce2884df00d23d5d9e490076e297dc.tar.gz openembedded-core-64d3fee61dce2884df00d23d5d9e490076e297dc.tar.bz2 openembedded-core-64d3fee61dce2884df00d23d5d9e490076e297dc.zip |
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
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 094c5ac25a..f40227b580 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -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" |