diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-19 08:02:16 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-19 08:02:16 +0000 |
commit | 51c333eb8d88a4aaf8926aeaaeab7a3f1cd26588 (patch) | |
tree | 5423324d2573a37a73f91121c8fc460b9afa8da3 /packages | |
parent | eaabdabd762138f056f347020df8717003887584 (diff) | |
parent | 2ea132f7f1a3206f7593cb33b0364b27ece00ab4 (diff) |
merge of '56d2135bf97d27ef385220e2f6f36071d007d2c1'
and '93613724e08c89b20a49d8619284f2f1ee5f7898'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gcc/gcc-package-target.inc | 2 | ||||
-rw-r--r-- | packages/gcc/gcc_4.3.2.bb | 7 |
2 files changed, 7 insertions, 2 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 \ diff --git a/packages/gcc/gcc_4.3.2.bb b/packages/gcc/gcc_4.3.2.bb index ee926bd169..e2c6e48a85 100644 --- a/packages/gcc/gcc_4.3.2.bb +++ b/packages/gcc/gcc_4.3.2.bb @@ -1,8 +1,13 @@ -PR = "r3" +PR = "r4" require gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc +# Gcc 4.3.2 installs crt* in a '4.3.1' dir.... +FILES_${PN} += "\ + ${gcclibdir}/${TARGET_SYS}/*/*.o \ +" + SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1" ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |