aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross-initial_4.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-cross-initial_4.3.3.bb')
-rw-r--r--recipes/gcc/gcc-cross-initial_4.3.3.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-initial_4.3.3.bb b/recipes/gcc/gcc-cross-initial_4.3.3.bb
new file mode 100644
index 0000000000..067ab61be3
--- /dev/null
+++ b/recipes/gcc/gcc-cross-initial_4.3.3.bb
@@ -0,0 +1,9 @@
+require gcc-cross_${PV}.bb
+require gcc-cross-initial.inc
+
+DEPENDS += "gmp-native mpfr-native"
+
+EXTRA_OECONF += " --disable-libmudflap \
+ --disable-libgomp \
+ --enable-decimal-float=no \
+ --disable-libssp"