diff options
Diffstat (limited to 'cross/ccrx.txt')
-rw-r--r-- | cross/ccrx.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cross/ccrx.txt b/cross/ccrx.txt index 5474bb0..097ec06 100644 --- a/cross/ccrx.txt +++ b/cross/ccrx.txt @@ -10,11 +10,13 @@ strip = 'rlink' [properties] # The '--cpu' option with the appropriate target type should be mentioned # to cross compile c/c++ code with ccrx,. -c_args = ['--cpu=rx600'] -cpp_args = ['--cpu=rx600'] +c_args = ['-cpu=rx600'] +cpp_args = ['-cpu=rx600'] +c_link_args = [] +cpp_link_args = [] [host_machine] -system = 'bare metal' # Update with your system name - bare metal/OS. +system = 'bare metal' cpu_family = 'rx' cpu = 'rx600' endian = 'little' |