summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-09-19 11:17:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-09-19 11:17:10 +0000
commit6a86433f74983c1e91b1436997551e9fb9923f98 (patch)
tree865558bb27ac89e6b16b3f203264b1f2e80ee0fd /packages/gcc
parent607c4c23596699445587f5e365fa9c27ef797afa (diff)
parente0baadd5dcb1e0afa5695535dba353e0c2177244 (diff)
merge of '02c1db88e98d999e6fbb3fda096727c1fc8ad6aa'
and '3a233f347017316b01a5399291d49424a3a4ba9f'
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}"