diff options
Diffstat (limited to 'recipes/gcc/gcc-cross-initial_4.2.4.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-initial_4.2.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross-initial_4.2.4.bb b/recipes/gcc/gcc-cross-initial_4.2.4.bb new file mode 100644 index 0000000000..fe326d304b --- /dev/null +++ b/recipes/gcc/gcc-cross-initial_4.2.4.bb @@ -0,0 +1,5 @@ +require gcc-cross_${PV}.bb +require gcc-cross-initial.inc + +EXTRA_OECONF += "--disable-libmudflap --disable-libgomp \ + --disable-libssp" |