summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/ccrx_toolchain_support.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-12-09 16:32:12 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-12-09 21:58:12 +0200
commit51aaa15bda0e955e45da014ca7720d038219eeff (patch)
tree366e47ee0c92e4e98854317cf513ddfdf3815d63 /docs/markdown/snippets/ccrx_toolchain_support.md
parentf7e657629fe2e779c9485112eb31632db77db9e7 (diff)
downloadmeson-51aaa15bda0e955e45da014ca7720d038219eeff.tar.gz
Update everything for release 0.49.0
Diffstat (limited to 'docs/markdown/snippets/ccrx_toolchain_support.md')
-rw-r--r--docs/markdown/snippets/ccrx_toolchain_support.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/markdown/snippets/ccrx_toolchain_support.md b/docs/markdown/snippets/ccrx_toolchain_support.md
deleted file mode 100644
index 6bf7e5b78..000000000
--- a/docs/markdown/snippets/ccrx_toolchain_support.md
+++ /dev/null
@@ -1,16 +0,0 @@
-## CC-RX compiler for C and CPP
-
-Cross-compilation is now supported for Renesas RX targets with the CC-RX compiler.
-
-The environment path should be set properly for the CC-RX compiler executables.
-The `-cpu` option with the appropriate value should be mentioned in the cross-file as shown in the snippet below.
-
-```ini
-[properties]
-c_args = ['-cpu=rx600']
-cpp_args = ['-cpu=rx600']
-```
-
-The default extension of the executable output is `.abs`.
-Other target specific arguments to the compiler and linker will need to be added explicitly from the cross-file(`c_args`/`c_link_args`/`cpp_args`/`cpp_link_args`) or some other way.
-Refer to the CC-RX User's manual for additional compiler and linker options. \ No newline at end of file