aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc_4.3.4.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-08-11 11:54:41 +0200
committerDirk Opfer <dirk@do13.de>2009-08-12 10:41:52 +0200
commit5814ae4cdecac7099adcc29a9c1b92b0caabe1fc (patch)
tree895d2adbfb98e430a706a17fb70f5d21adccc875 /recipes/gcc/gcc_4.3.4.bb
parentc80831a276fe0bc9f9718ac06241b26d043eef6c (diff)
downloadopenembedded-5814ae4cdecac7099adcc29a9c1b92b0caabe1fc.tar.gz
gcc: add new gcc version 4.3.4
Tested on a armv5te platform using thumb instruction set
Diffstat (limited to 'recipes/gcc/gcc_4.3.4.bb')
-rw-r--r--recipes/gcc/gcc_4.3.4.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gcc/gcc_4.3.4.bb b/recipes/gcc/gcc_4.3.4.bb
new file mode 100644
index 0000000000..b360ed84e9
--- /dev/null
+++ b/recipes/gcc/gcc_4.3.4.bb
@@ -0,0 +1,13 @@
+PR = "${INC_PR}.0"
+require gcc-${PV}.inc
+require gcc-configure-target.inc
+require gcc-package-target.inc
+
+# Gcc 4.3.4 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}"