diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.8.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb index d60523513f..b02ea13de2 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.8.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require gcc-cross4.inc | 2 | require gcc-cross.inc |
3 | 3 | ||
4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ | 4 | EXTRA_OECONF += "--disable-libunwind-exceptions \ |
5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | 5 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ |