diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.6.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross_4.6.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.6.bb b/meta/recipes-devtools/gcc/gcc-cross_4.6.bb new file mode 100644 index 0000000000..97a0c81920 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-cross_4.6.bb @@ -0,0 +1,8 @@ +require gcc-${PV}.inc +require gcc-cross4.inc + +EXTRA_OECONF += "--disable-libunwind-exceptions \ + --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ + --with-system-zlib " + +ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}" |