aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc
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
parent6f5a9b117e7a82ae68fb29d3c0778a363265b2c8 (diff)
downloadopenembedded-2ea132f7f1a3206f7593cb33b0364b27ece00ab4.tar.gz
gcc 4.3.2: fix packaging of crt*.o and include-fixed
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/gcc-package-target.inc2
-rw-r--r--packages/gcc/gcc_4.3.2.bb7
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}"