Minimize newlib code size for ft32
* configure.host (ft32): minimise newlib code size
This commit is contained in:
parent
e862cda97e
commit
f296bb3569
|
@ -1,3 +1,7 @@
|
|||
2015-09-22 James Bowman <james.bowman@ftdichip.com>
|
||||
|
||||
* configure.host (ft32): minimise newlib code size
|
||||
|
||||
2015-09-04 James Bowman <james.bowman@ftdichip.com>
|
||||
|
||||
* configure.host: Add ft32 support.
|
||||
|
|
|
@ -143,12 +143,7 @@ case "${host_cpu}" in
|
|||
;;
|
||||
ft32*)
|
||||
machine_dir=ft32
|
||||
target_optspace=yes
|
||||
# newlib_io_float=no
|
||||
default_newlib_io_long_long="yes"
|
||||
newlib_cflags="-DPREFER_SIZE_OVER_SPEED -Os"
|
||||
CFLAGS="-Os"
|
||||
CCASFLAGS="-Os"
|
||||
newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"
|
||||
;;
|
||||
h8300)
|
||||
machine_dir=h8300
|
||||
|
|
Loading…
Reference in New Issue