summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb
new file mode 100644
index 0000000000..445869d1f5
--- /dev/null
+++ b/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb
@@ -0,0 +1,10 @@
1PR = "r0"
2
3require gcc-${PV}.inc
4require gcc-cross4.inc
5
6EXTRA_OECONF += "--disable-libunwind-exceptions \
7 --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
8 --with-system-zlib "
9
10ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"