mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Disable float support in tinystdio
Float support was originally disabled in libbase
This commit is contained in:
parent
b34adcf929
commit
ca4e17d886
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ cpu = 'riscv32'
|
|||
endian = 'little'
|
||||
|
||||
[properties]
|
||||
c_args = [ '-nostdlib', '-mno-save-restore', '-march=rv32im', '-mabi=ilp32']
|
||||
c_link_args = [ '-nostdlib', '-mno-save-restore', '-march=rv32im', '-mabi=ilp32']
|
||||
c_args = [ '-DPRINTF_LEVEL=1', '-DSCANF_LEVEL=1', '-nostdlib', '-mno-save-restore', '-march=rv32im', '-mabi=ilp32']
|
||||
c_link_args = [ '-DPRINTF_LEVEL=1', '-DSCANF_LEVEL=1', '-nostdlib', '-mno-save-restore', '-march=rv32im', '-mabi=ilp32']
|
||||
skip_sanity_check = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue