diff options
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" | |||
103 | 103 | ||
104 | # Comment this out if you don't have a 3.x gcc version available and wish | 104 | # Comment this out if you don't have a 3.x gcc version available and wish |
105 | # poky to build one for you. The 3.x gcc is required to build qemu-native. | 105 | # poky to build one for you. The 3.x gcc is required to build qemu-native. |
106 | ASSUME_PROVIDED += "gcc3-native" | 106 | # ASSUME_PROVIDED += "gcc3-native" |
107 | 107 | ||
108 | # Uncomment these two if you want BitBake to build images useful for debugging. | 108 | # Uncomment these two if you want BitBake to build images useful for debugging. |
109 | # DEBUG_BUILD = "1" | 109 | # DEBUG_BUILD = "1" |