summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-13 09:47:08 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-13 09:47:08 (GMT)
commite78251b75158689ace2194e8c87aa7b7bb5ec951 (patch)
tree6cabb898a31c4b9f5a6a1e02a2a04ead624873f6 /samples
parentc96d5df1866ca7d2898cf4877d8efbaed1751616 (diff)
parentd1578acf3cd00754f560e0bbfc3fc5f957f940f1 (diff)
Merge pull request #253 from jcmvbkbc/xtensa-for-mainline-20151113
Add support for Xtensa architecture
Diffstat (limited to 'samples')
-rw-r--r--samples/xtensa-unknown-linux-uclibc/crosstool.config7
-rw-r--r--samples/xtensa-unknown-linux-uclibc/reported.by3
2 files changed, 10 insertions, 0 deletions
diff --git a/samples/xtensa-unknown-linux-uclibc/crosstool.config b/samples/xtensa-unknown-linux-uclibc/crosstool.config
new file mode 100644
index 0000000..3dd0c2a
--- /dev/null
+++ b/samples/xtensa-unknown-linux-uclibc/crosstool.config
@@ -0,0 +1,7 @@
+CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_ARCH_xtensa=y
+CT_KERNEL_linux=y
+CT_LIBC_uClibc=y
+CT_LIBC_UCLIBC_WCHAR=y
+CT_CC_LANG_CXX=y
+CT_DEBUG_gdb=y
diff --git a/samples/xtensa-unknown-linux-uclibc/reported.by b/samples/xtensa-unknown-linux-uclibc/reported.by
new file mode 100644
index 0000000..7ba8950
--- /dev/null
+++ b/samples/xtensa-unknown-linux-uclibc/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Max Filippov"
+reporter_url="http://wiki.linux-xtensa.org/index.php/Crosstool-NG"
+reporter_comment="Xtensa default toolchain"