This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] FT32: reduce newlib code size


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]