diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-23 10:21:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-23 15:51:07 +0100 |
commit | 27622153e629cdff24e0f528b4802019d7f87f81 (patch) | |
tree | bce047ea6abc611eaec915c706b13ade83581324 /recipes/gcc/gcc-package-target.inc | |
parent | 2f763fbaab6aa06d2376c6ee6e9c101ac12e0f8b (diff) |
gcc 4.3.4: add objective-c patch for eabi and add a package for libobjc
Diffstat (limited to 'recipes/gcc/gcc-package-target.inc')
-rw-r--r-- | recipes/gcc/gcc-package-target.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-package-target.inc b/recipes/gcc/gcc-package-target.inc index 68c84abd5a..17e9c28c1c 100644 --- a/recipes/gcc/gcc-package-target.inc +++ b/recipes/gcc/gcc-package-target.inc @@ -17,6 +17,7 @@ FILES_${PN} = "\ ${bindir}/${TARGET_PREFIX}gcc \ ${bindir}/${TARGET_PREFIX}gccbug \ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ + ${libdir}/libobjc* \ ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ |