diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 16 |
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 | ||
66 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc" | 66 | PACKAGES = "${PN}-dbg ${PN} ${PN}-doc" |
67 | 67 | ||
68 | FILES_${PN} = "\ | 68 | FILES:${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 | " |
84 | INSANE_SKIP_${PN} += "dev-so" | 84 | INSANE_SKIP:${PN} += "dev-so" |
85 | 85 | ||
86 | FILES_${PN}-doc = "\ | 86 | FILES:${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 | ||
174 | ELFUTILS = "nativesdk-elfutils" | 174 | ELFUTILS = "nativesdk-elfutils" |
175 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" | 175 | DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc ${ELFUTILS} nativesdk-zlib" |
176 | RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" | 176 | RDEPENDS:${PN} += "nativesdk-mpfr nativesdk-libmpc ${ELFUTILS}" |
177 | 177 | ||
178 | SYSTEMHEADERS = "${target_includedir}/" | 178 | SYSTEMHEADERS = "${target_includedir}/" |
179 | SYSTEMLIBS = "${target_base_libdir}/" | 179 | SYSTEMLIBS = "${target_base_libdir}/" |
180 | SYSTEMLIBS1 = "${target_libdir}/" | 180 | SYSTEMLIBS1 = "${target_libdir}/" |
181 | 181 | ||
182 | EXTRA_OECONF += "--enable-poison-system-directories" | 182 | EXTRA_OECONF += "--enable-poison-system-directories" |
183 | EXTRA_OECONF_remove_elf = "--with-sysroot=/not/exist" | 183 | EXTRA_OECONF:remove_elf = "--with-sysroot=/not/exist" |
184 | EXTRA_OECONF_remove_eabi = "--with-sysroot=/not/exist" | 184 | EXTRA_OECONF:remove_eabi = "--with-sysroot=/not/exist" |
185 | EXTRA_OECONF_append_elf = " --without-headers --with-newlib" | 185 | EXTRA_OECONF:append_elf = " --without-headers --with-newlib" |
186 | EXTRA_OECONF_append_eabi = " --without-headers --with-newlib" | 186 | EXTRA_OECONF:append_eabi = " --without-headers --with-newlib" |
187 | # gcc 4.7 needs -isystem | 187 | # gcc 4.7 needs -isystem |
188 | export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" | 188 | export ARCH_FLAGS_FOR_TARGET = "--sysroot=${STAGING_DIR_TARGET} -isystem=${target_includedir}" |