diff options
Diffstat (limited to 'recipes/gcc/gcc-cross-initial_4.0.0.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-initial_4.0.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-initial_4.0.0.bb b/recipes/gcc/gcc-cross-initial_4.0.0.bb new file mode 100644 index 0000000000..976cd96b00 --- /dev/null +++ b/recipes/gcc/gcc-cross-initial_4.0.0.bb @@ -0,0 +1,6 @@ +require gcc-cross_${PV}.bb +require gcc-cross-initial.inc + +DEPENDS += "gmp-native mpfr-native" + +EXTRA_OECONF += "--disable-multilib --disable-libssp --disable-libmudflap" |