diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-23 05:14:31 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-23 05:15:40 -0800 |
commit | 51b4a509db982349af6c9b2072b7a6fad0547570 (patch) | |
tree | c8fec4b69332c18562161cb0a6fff6cfa0723bcf /samples/xtensa-fsf-linux-uclibc | |
parent | b55c288db921212cc0eb821cf2233250c025beb8 (diff) | |
download | crosstool-ng-51b4a509db982349af6c9b2072b7a6fad0547570.tar.gz crosstool-ng-51b4a509db982349af6c9b2072b7a6fad0547570.tar.bz2 crosstool-ng-51b4a509db982349af6c9b2072b7a6fad0547570.zip |
samples: rename xtensa-unknown-linux-uclibc to xtensa-fsf-linux-uclibc
Put xtensa core name to the tuple vendor string (without any overlay the
default core is 'fsf') and rename sample directory accordingly.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'samples/xtensa-fsf-linux-uclibc')
-rw-r--r-- | samples/xtensa-fsf-linux-uclibc/crosstool.config | 12 | ||||
-rw-r--r-- | samples/xtensa-fsf-linux-uclibc/reported.by | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/samples/xtensa-fsf-linux-uclibc/crosstool.config b/samples/xtensa-fsf-linux-uclibc/crosstool.config new file mode 100644 index 00000000..50336220 --- /dev/null +++ b/samples/xtensa-fsf-linux-uclibc/crosstool.config @@ -0,0 +1,12 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y +CT_ARCH_BE=y +CT_TARGET_CFLAGS="-mlongcalls -mtext-section-literals" +CT_ARCH_xtensa=y +CT_TARGET_VENDOR="fsf" +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-fsf-linux-uclibc/reported.by b/samples/xtensa-fsf-linux-uclibc/reported.by new file mode 100644 index 00000000..7ba89505 --- /dev/null +++ b/samples/xtensa-fsf-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" |