diff options
Diffstat (limited to 'meta/packages/gcc/gcc-package.inc')
-rw-r--r-- | meta/packages/gcc/gcc-package.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-package.inc b/meta/packages/gcc/gcc-package.inc index 7dbb2acc35..22c1d809db 100644 --- a/meta/packages/gcc/gcc-package.inc +++ b/meta/packages/gcc/gcc-package.inc | |||
@@ -107,3 +107,6 @@ do_install () { | |||
107 | ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp | 107 | ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp |
108 | ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp | 108 | ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp |
109 | } | 109 | } |
110 | |||
111 | # The gcc package contains symlinks that trip up insane | ||
112 | INSANE_SKIP_${PN} = "1" | ||