[PATCH] FT32: reduce newlib code size

James Bowman james.bowman@ftdichip.com
Tue Sep 22 21:45:00 GMT 2015


Thanks. Updated Changelog/patch below.

newlib/ChangeLog:
2015-09-22  James Bowman  <james.bowman@ftdichip.com>

	* configure.host (ft32): minimise newlib code size

diff --git a/newlib/configure.host b/newlib/configure.host
index 1315d09..6e2f98f 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



More information about the Newlib mailing list