summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-source.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-source.inc b/meta/recipes-devtools/gcc/gcc-source.inc
index 224b7778ef..03837f4381 100644
--- a/meta/recipes-devtools/gcc/gcc-source.inc
+++ b/meta/recipes-devtools/gcc/gcc-source.inc
@@ -26,7 +26,7 @@ python do_preconfigure () {
26 cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') 26 cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize')
27 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) 27 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
28 # See 0044-gengtypes.patch, we need to regenerate this file 28 # See 0044-gengtypes.patch, we need to regenerate this file
29 bb.utils.remove(d.expand("${S}/gcc/gengtype-lex.c")) 29 bb.utils.remove(d.expand("${S}/gcc/gengtype-lex.cc"))
30 cmd = d.expand("sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure") 30 cmd = d.expand("sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure")
31 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) 31 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
32 32