summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-package-target.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-19 07:57:58 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-19 07:57:58 +0000
commit2ea132f7f1a3206f7593cb33b0364b27ece00ab4 (patch)
treee348e4eab481729fbdaed4b553c837f4918776a5 /packages/gcc/gcc-package-target.inc
parent6f5a9b117e7a82ae68fb29d3c0778a363265b2c8 (diff)
gcc 4.3.2: fix packaging of crt*.o and include-fixed
Diffstat (limited to 'packages/gcc/gcc-package-target.inc')
-rw-r--r--packages/gcc/gcc-package-target.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-package-target.inc b/packages/gcc/gcc-package-target.inc
index 975aa88fe7..9076c013e1 100644
--- a/packages/gcc/gcc-package-target.inc
+++ b/packages/gcc/gcc-package-target.inc
@@ -20,7 +20,7 @@ FILES_${PN} = "\
${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \
- ${gcclibdir}/${TARGET_SYS}/${BINV}/include \
+ ${gcclibdir}/${TARGET_SYS}/${BINV}/include* \
"
FILES_${PN}-symlinks = "\
${bindir}/cc \