diff options
Diffstat (limited to 'cross/ccomp-armv7a.txt')
| -rw-r--r-- | cross/ccomp-armv7a.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/ccomp-armv7a.txt b/cross/ccomp-armv7a.txt index af66ed269..b90b96fad 100644 --- a/cross/ccomp-armv7a.txt +++ b/cross/ccomp-armv7a.txt @@ -1,10 +1,10 @@ [binaries] -c = 'ccomp' +c = ['ccomp', '-target', 'armv7a-eabi'] ar = 'ccomp' strip = 'strip' [built-in options] -c_args = ['-target', 'armv7a-eabi', '-fall'] +c_args = ['-fall'] [host_machine] system = 'bare metal' # Update with your system name - bare metal/OS. |
