diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2015-09-22 18:11:01 -0400 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2015-09-22 18:12:23 -0400 |
commit | f296bb3569839b0217ec1a775165d239877e3548 (patch) | |
tree | e1ab5524a1de85f5cddda23447effd7f222f2bb3 /newlib/configure.host | |
parent | e862cda97e25f6a0810638200635c8c37d4bdcec (diff) | |
download | cygnal-f296bb3569839b0217ec1a775165d239877e3548.tar.gz cygnal-f296bb3569839b0217ec1a775165d239877e3548.tar.bz2 cygnal-f296bb3569839b0217ec1a775165d239877e3548.zip |
Minimize newlib code size for ft32newlib-snapshot-20150924
* configure.host (ft32): minimise newlib code size
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 1315d0972..6e2f98f23 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 |