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>2006-08-17 01:51:13 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-17 01:51:13 +0400
commit0d8de89c9b43e8e71498534f8158785739478b04 (patch)
tree4b02ea463c9b2ff3596f5daaf5f1c82c7d90bcca /newlib/configure.host
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/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 1 insertions, 0 deletions
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