aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb')
-rw-r--r--meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb
new file mode 100644
index 0000000..6cf71c6
--- /dev/null
+++ b/meta-zephyr-core/recipes-devtools-arc/gcc/gcc-cross_6.x.arc .bb
@@ -0,0 +1,11 @@
+require recipes-devtools-arc/gcc/gcc-6.x.arc.inc
+require recipes-devtools/gcc/gcc-cross.inc
+
+DEPENDS:remove:libc-baremetal := "virtual/${TARGET_PREFIX}libc-for-gcc"
+EXTRA_OECONF:append:libc-baremetal = " --without-headers"
+EXTRA_OECONF:remove:libc-baremetal = "--with-sysroot=/not/exist"
+EXTRA_OECONF:remove:libc-baremetal = "--enable-threads=posix"
+
+#COMPATIBLE_MACHINE = "arc"
+
+BBCLASSEXTEND = "nativesdk"