summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 1872faee1b..92fb1f38ba 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -65,7 +65,7 @@ do_compile () {
65 65
66PACKAGES = "${PN}-dbg ${PN} ${PN}-doc" 66PACKAGES = "${PN}-dbg ${PN} ${PN}-doc"
67 67
68FILES_${PN} = "\ 68FILES:${PN} = "\
69 ${exec_prefix}/bin/* \ 69 ${exec_prefix}/bin/* \
70 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \ 70 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \
71 ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ 71 ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
@@ -81,9 +81,9 @@ FILES_${PN} = "\
81 ${prefix}/${TARGET_SYS}/lib/* \ 81 ${prefix}/${TARGET_SYS}/lib/* \
82 ${prefix}/${TARGET_SYS}${target_includedir}/* \ 82 ${prefix}/${TARGET_SYS}${target_includedir}/* \
83" 83"
84INSANE_SKIP_${PN} += "dev-so" 84INSANE_SKIP:${PN} += "dev-so"
85 85
86FILES_${PN}-doc = "\ 86FILES:${PN}-doc = "\
87 ${infodir} \ 87 ${infodir} \
88 ${mandir} \ 88 ${mandir} \
89 ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \ 89 ${gcclibdir}/${TARGET_SYS}/${BINV}/include/README \
@@ -173,16 +173,16 @@ do_install () {
173 173
174ELFUTILS = "nativesdk-elfutils" 174ELFUTILS = "nativesdk-elfutils"
175DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" 175DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib"
176RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" 176RDEPENDS:${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}"
177 177
178SYSTEMHEADERS = "${target_includedir}/" 178SYSTEMHEADERS = "${target_includedir}/"
179SYSTEMLIBS = "${target_base_libdir}/" 179SYSTEMLIBS = "${target_base_libdir}/"
180SYSTEMLIBS1 = "${target_libdir}/" 180SYSTEMLIBS1 = "${target_libdir}/"
181 181
182EXTRA_OECONF += "--enable-poison-system-directories" 182EXTRA_OECONF += "--enable-poison-system-directories"
183EXTRA_OECONF_remove_elf = "--with-sysroot=/not/exist" 183EXTRA_OECONF:remove_elf = "--with-sysroot=/not/exist"
184EXTRA_OECONF_remove_eabi = "--with-sysroot=/not/exist" 184EXTRA_OECONF:remove_eabi = "--with-sysroot=/not/exist"
185EXTRA_OECONF_append_elf = " --without-headers --with-newlib" 185EXTRA_OECONF:append_elf = " --without-headers --with-newlib"
186EXTRA_OECONF_append_eabi = " --without-headers --with-newlib" 186EXTRA_OECONF:append_eabi = " --without-headers --with-newlib"
187# gcc 4.7 needs -isystem 187# gcc 4.7 needs -isystem
188export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" 188export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}"