summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r--build/conf/local.conf.sample2
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"
94 94
95# Comment this out if you don't have a 3.x gcc version available and wish 95# Comment this out if you don't have a 3.x gcc version available and wish
96# poky to build one for you. The 3.x gcc is required to build qemu-native. 96# poky to build one for you. The 3.x gcc is required to build qemu-native.
97ASSUME_PROVIDED += "gcc-native3" 97ASSUME_PROVIDED += "gcc3-native"
98 98
99# Uncomment these two if you want BitBake to build images useful for debugging. 99# Uncomment these two if you want BitBake to build images useful for debugging.
100# DEBUG_BUILD = "1" 100# DEBUG_BUILD = "1"