diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-13 01:47:08 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-13 01:47:08 -0800 |
commit | e78251b75158689ace2194e8c87aa7b7bb5ec951 (patch) | |
tree | 6cabb898a31c4b9f5a6a1e02a2a04ead624873f6 /samples | |
parent | c96d5df1866ca7d2898cf4877d8efbaed1751616 (diff) | |
parent | d1578acf3cd00754f560e0bbfc3fc5f957f940f1 (diff) | |
download | crosstool-ng-e78251b75158689ace2194e8c87aa7b7bb5ec951.tar.gz crosstool-ng-e78251b75158689ace2194e8c87aa7b7bb5ec951.tar.bz2 crosstool-ng-e78251b75158689ace2194e8c87aa7b7bb5ec951.zip |
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.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" |