diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2015-11-13 12:26:11 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2015-11-13 12:27:11 +0300 |
commit | 18dfc4871df7c7b4ee9f04be60dea3dd9d73dfd7 (patch) | |
tree | 5b12894d404ae7be0f16d2804b354cc43feeca44 /samples | |
parent | 6717dbfd3f5af7013d40ad2be82060d251269e23 (diff) | |
download | crosstool-ng-18dfc4871df7c7b4ee9f04be60dea3dd9d73dfd7.tar.gz crosstool-ng-18dfc4871df7c7b4ee9f04be60dea3dd9d73dfd7.tar.bz2 crosstool-ng-18dfc4871df7c7b4ee9f04be60dea3dd9d73dfd7.zip |
samples: add xtensa-unknown-linux-uclibc config
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/xtensa-unknown-linux-uclibc/crosstool.config | 7 | ||||
-rw-r--r-- | samples/xtensa-unknown-linux-uclibc/reported.by | 3 |
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 00000000..3dd0c2a2 --- /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 00000000..7ba89505 --- /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" |