diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-04 00:05:45 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-05 14:26:09 -0800 |
commit | 71dccfffbb8b9f0f05f6c5e5bfb250770f0d5cd4 (patch) | |
tree | 9593cf4c2371ccd1858468820e6da1f159aad3d2 /samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc | |
parent | fed6287bfacf387970fda87a9f3c9861522d715b (diff) | |
download | crosstool-ng-71dccfffbb8b9f0f05f6c5e5bfb250770f0d5cd4.tar.gz crosstool-ng-71dccfffbb8b9f0f05f6c5e5bfb250770f0d5cd4.tar.bz2 crosstool-ng-71dccfffbb8b9f0f05f6c5e5bfb250770f0d5cd4.zip |
Add a canadian elf2flt sample
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc')
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/crosstool.config | 7 | ||||
-rw-r--r-- | samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/reported.by | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/crosstool.config b/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/crosstool.config new file mode 100644 index 00000000..5225b61d --- /dev/null +++ b/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/crosstool.config @@ -0,0 +1,7 @@ +CT_ARCH_m68k=y +CT_CANADIAN=y +CT_HOST="powerpc-unknown-linux-uclibc" +CT_KERNEL_linux=y +CT_THREADS_LT=y +# CT_LIBICONV is not set +# CT_GETTEXT is not set diff --git a/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/reported.by b/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/reported.by new file mode 100644 index 00000000..f9bf93e8 --- /dev/null +++ b/samples/powerpc-unknown-linux-uclibc,m68k-unknown-uclinux-uclibc/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Sample configuration with canadian cross & elf2flt." |