Minimize newlib code size for ft32

* configure.host (ft32): minimise newlib code size
This commit is contained in:
Jeff Johnston 2015-09-22 18:11:01 -04:00
parent e862cda97e
commit f296bb3569
2 changed files with 5 additions and 6 deletions

View File

@ -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> 2015-09-04 James Bowman <james.bowman@ftdichip.com>
* configure.host: Add ft32 support. * configure.host: Add ft32 support.

View File

@ -143,12 +143,7 @@ case "${host_cpu}" in
;; ;;
ft32*) ft32*)
machine_dir=ft32 machine_dir=ft32
target_optspace=yes newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED"
# newlib_io_float=no
default_newlib_io_long_long="yes"
newlib_cflags="-DPREFER_SIZE_OVER_SPEED -Os"
CFLAGS="-Os"
CCASFLAGS="-Os"
;; ;;
h8300) h8300)
machine_dir=h8300 machine_dir=h8300