diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-05 17:27:12 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-05 17:27:12 +0000 |
commit | 48f8cda2c3248d57e6661092a22c3e335b6355d0 (patch) | |
tree | 786deece04d7fae473b103806a7b4d689aa14ef7 /build/conf | |
parent | 8f12b466e568b3f226720a54991a667203a351e4 (diff) | |
download | openembedded-core-48f8cda2c3248d57e6661092a22c3e335b6355d0.tar.gz openembedded-core-48f8cda2c3248d57e6661092a22c3e335b6355d0.tar.bz2 openembedded-core-48f8cda2c3248d57e6661092a22c3e335b6355d0.zip |
Rename gcc-native3 -> gcc3-native for consistency and update sanity.bbclass to account for gcc3 changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3670 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 149cd81abf..122a6f720a 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -94,7 +94,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 += "gcc-native3" +ASSUME_PROVIDED += "gcc3-native" # Uncomment these two if you want BitBake to build images useful for debugging. # DEBUG_BUILD = "1" |