aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-intermediate_4.5.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-04-22 13:07:33 -0700
committerKhem Raj <raj.khem@gmail.com>2010-04-22 13:15:52 -0700
commite1babd21c986940192872d2d9a5885df74b68117 (patch)
treeff96ee786c84f3fc31726a92c780a383e4477ff9 /recipes/gcc/gcc-cross-intermediate_4.5.0.bb
parenteab5346d003bd68ae8a4391ad33307559562597f (diff)
downloadopenembedded-e1babd21c986940192872d2d9a5885df74b68117.tar.gz
gcc: Add recipes for version 4.5.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-cross-intermediate_4.5.0.bb')
-rw-r--r--recipes/gcc/gcc-cross-intermediate_4.5.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-intermediate_4.5.0.bb b/recipes/gcc/gcc-cross-intermediate_4.5.0.bb
new file mode 100644
index 0000000000..b816c8b81c
--- /dev/null
+++ b/recipes/gcc/gcc-cross-intermediate_4.5.0.bb
@@ -0,0 +1,8 @@
+require gcc-cross_${PV}.bb
+require gcc-cross-intermediate.inc
+
+DEPENDS += "libmpc-native gmp-native mpfr-native"
+
+EXTRA_OECONF += " --disable-libmudflap \
+ --disable-libgomp \
+ --disable-libssp"