summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-configure-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-configure-common.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc
index 48fb7995ca..f33678c75a 100644
--- a/meta/recipes-devtools/gcc/gcc-configure-common.inc
+++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc
@@ -93,16 +93,6 @@ _EOF
93 mv ${B}/gcc/defaults.h.new ${B}/gcc/defaults.h 93 mv ${B}/gcc/defaults.h.new ${B}/gcc/defaults.h
94} 94}
95 95
96python do_preconfigure () {
97 import subprocess
98 cmd = d.expand('PATH=${PATH} cd ${S} && gnu-configize')
99 subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=True)
100 # See 0044-gengtypes.patch, we need to regenerate this file
101 bb.utils.remove(d.expand("${S}/gcc/gengtype-lex.c"))
102}
103addtask do_preconfigure after do_patch before do_configure
104do_preconfigure[depends] += "gnu-config-native:do_populate_sysroot autoconf-native:do_populate_sysroot"
105
106do_configure () { 96do_configure () {
107 # Setup these vars for cross building only 97 # Setup these vars for cross building only
108 # ... because foo_FOR_TARGET apparently gets misinterpreted inside the 98 # ... because foo_FOR_TARGET apparently gets misinterpreted inside the