diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.5.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.5.bb b/recipes/gcc/gcc-cross-sdk_4.5.bb index a3b2215e2b..e8ef4e2616 100644 --- a/recipes/gcc/gcc-cross-sdk_4.5.bb +++ b/recipes/gcc/gcc-cross-sdk_4.5.bb @@ -1,11 +1,9 @@ -PR = "r3" +PR = "r4" inherit sdk require gcc-${PV}.inc require gcc-cross-sdk.inc -EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \ - --disable-libgomp --disable-libmudflap \ - --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ - --with-system-zlib" +EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib" + |