From 1682058decb5f16ce1b78121ee587c024e9cfa17 Mon Sep 17 00:00:00 2001 From: alanNz Date: Thu, 30 Jan 2020 10:34:19 +1300 Subject: -Fixed Renesas RX Family compiler to work with latest meson, updated cross-file, fixed assembly file use --- cross/ccrx.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cross/ccrx.txt') 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' -- cgit v1.1