Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2015-09-23 01:11:01 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-09-23 01:12:23 +0300
commitf296bb3569839b0217ec1a775165d239877e3548 (patch)
treee1ab5524a1de85f5cddda23447effd7f222f2bb3
parente862cda97e25f6a0810638200635c8c37d4bdcec (diff)
Minimize newlib code size for ft32newlib-snapshot-20150924
* configure.host (ft32): minimise newlib code size
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/configure.host7
2 files changed, 5 insertions, 6 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7ab671d2d..79570509c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
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