summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_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-intermediate_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-intermediate_4.3.4.bb')
-rw-r--r--recipes/gcc/gcc-cross-intermediate_4.3.4.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_4.3.4.bb b/recipes/gcc/gcc-cross-intermediate_4.3.4.bb
new file mode 100644
index 0000000000..a9ae5bdf20
--- /dev/null
+++ b/recipes/gcc/gcc-cross-intermediate_4.3.4.bb
@@ -0,0 +1,8 @@
+require gcc-cross_${PV}.bb
+require gcc-cross-intermediate.inc
+
+DEPENDS += "gmp-native mpfr-native"
+
+EXTRA_OECONF += " --disable-libmudflap \
+ --disable-libgomp \
+ --disable-libssp"