diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc index 6222c2e8c9..e417b89873 100644 --- a/meta/recipes-devtools/gcc/gcc-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-cross.inc | |||
| @@ -196,6 +196,8 @@ do_install () { | |||
| 196 | # We use libiberty from binutils | 196 | # We use libiberty from binutils |
| 197 | find ${D}${exec_prefix}/lib -name libiberty.a | xargs rm -f | 197 | find ${D}${exec_prefix}/lib -name libiberty.a | xargs rm -f |
| 198 | find ${D}${exec_prefix}/lib -name libiberty.h | xargs rm -f | 198 | find ${D}${exec_prefix}/lib -name libiberty.h | xargs rm -f |
| 199 | |||
| 200 | find ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include-fixed -type f -not -name "README" -not -name limits.h -not -name syslimits.h | xargs rm -f | ||
| 199 | } | 201 | } |
| 200 | 202 | ||
| 201 | do_package[noexec] = "1" | 203 | do_package[noexec] = "1" |
