aboutsummaryrefslogtreecommitdiff
path: root/recipes-devtools/gcc/gcc-cross_linaro-4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-cross_linaro-4.6.bb')
-rw-r--r--recipes-devtools/gcc/gcc-cross_linaro-4.6.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-cross_linaro-4.6.bb b/recipes-devtools/gcc/gcc-cross_linaro-4.6.bb
new file mode 100644
index 00000000..f6021145
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-cross_linaro-4.6.bb
@@ -0,0 +1,8 @@
+require gcc-${PV}.inc
+require recipes-devtools/gcc/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}"