diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index 307667057c..a499c88867 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | PACKAGES = "\ | 1 | PACKAGES = "\ |
2 | ${PN} ${PN}-symlinks \ | 2 | ${PN} ${PN}-plugins ${PN}-symlinks \ |
3 | g++ g++-symlinks \ | 3 | g++ g++-symlinks \ |
4 | cpp cpp-symlinks \ | 4 | cpp cpp-symlinks \ |
5 | g77 g77-symlinks \ | 5 | g77 g77-symlinks \ |
@@ -40,6 +40,11 @@ FILES_${PN}-symlinks = "\ | |||
40 | ${bindir}/gccbug \ | 40 | ${bindir}/gccbug \ |
41 | " | 41 | " |
42 | 42 | ||
43 | FILES_${PN}-plugins = "\ | ||
44 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \ | ||
45 | " | ||
46 | ALLOW_EMPTY_${PN}-plugins = "1" | ||
47 | |||
43 | FILES_g77 = "\ | 48 | FILES_g77 = "\ |
44 | ${bindir}/${TARGET_PREFIX}g77 \ | 49 | ${bindir}/${TARGET_PREFIX}g77 \ |
45 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ | 50 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \ |
@@ -88,6 +93,7 @@ do_install () { | |||
88 | rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools | 93 | rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools |
89 | rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools | 94 | rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools |
90 | rm -rf ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la | 95 | rm -rf ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la |
96 | rmdir ${D}${includedir} | ||
91 | 97 | ||
92 | # Hack around specs file assumptions | 98 | # Hack around specs file assumptions |
93 | test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs | 99 | test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs |