aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross_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-cross_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-cross_4.3.4.bb')
-rw-r--r--recipes/gcc/gcc-cross_4.3.4.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross_4.3.4.bb b/recipes/gcc/gcc-cross_4.3.4.bb
new file mode 100644
index 0000000000..9c59a4e5fd
--- /dev/null
+++ b/recipes/gcc/gcc-cross_4.3.4.bb
@@ -0,0 +1,11 @@
+PR = "${INC_PR}.0"
+require gcc-${PV}.inc
+require gcc-cross4.inc
+require gcc-configure-cross.inc
+require gcc-package-cross.inc
+
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
+
+EXTRA_OECONF += " --enable-cheaders=c_std --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${layout_exec_prefix}"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${layout_includedir}"