diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source.inc | 2 |
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 a4b27c8fd3..529b8e0e8c 100644 --- a/meta/recipes-devtools/gcc/gcc-source.inc +++ b/meta/recipes-devtools/gcc/gcc-source.inc | |||
@@ -24,7 +24,7 @@ PACKAGES = "" | |||
24 | 24 | ||
25 | python do_preconfigure () { | 25 | python do_preconfigure () { |
26 | import subprocess | 26 | import subprocess |
27 | cmd = d.expand('PATH=${PATH} cd ${S} && gnu-configize') | 27 | cmd = d.expand('cd ${S} && PATH=${PATH} gnu-configize') |
28 | subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) | 28 | subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True) |
29 | # See 0044-gengtypes.patch, we need to regenerate this file | 29 | # See 0044-gengtypes.patch, we need to regenerate this file |
30 | bb.utils.remove(d.expand("${S}/gcc/gengtype-lex.c")) | 30 | bb.utils.remove(d.expand("${S}/gcc/gengtype-lex.c")) |