summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index a09fd54327..25a3142261 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -25,9 +25,6 @@ EXTRA_OECONF_PATHS = " \
25 25
26ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" 26ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
27 27
28LIBGCCS_VAR = "-lgcc_s"
29LIBGCCS_VAR_avr32 = ""
30
31do_configure_prepend () { 28do_configure_prepend () {
32 sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure 29 sed -i 's/BUILD_INFO=info/BUILD_INFO=/' ${S}/gcc/configure
33} 30}