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
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-08-17 01:51:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-17 01:51:13 +0400
commit0d8de89c9b43e8e71498534f8158785739478b04 (patch)
tree4b02ea463c9b2ff3596f5daaf5f1c82c7d90bcca /newlib
parent5781965533e205dd11e3d5dc14ecd6132e0b32fe (diff)
2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
* configure.host (newlib_cflags) [spu]: Add special compiler options to reduce size.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/configure.host1
2 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8dfed0cbf..09b648e53 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
+ * configure.host (newlib_cflags) [spu]: Add special compiler
+ options to reduce size.
+
+2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
+
* configure.host: Add spu support.
* libc/include/stdint.h: Ditto.
* libc/include/machine/ieeefp.h: Ditto.
diff --git a/newlib/configure.host b/newlib/configure.host
index 23f5f03c9..60eec0e14 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -250,6 +250,7 @@ case "${host_cpu}" in
;;
spu)
machine_dir=spu
+ newlib_cflags="${newlib_cflags} -ffunction-sections -fdata-sections "
;;
*)
echo '***' "Newlib does not support CPU ${host_cpu}" 1>&2