diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-08-16 21:51:13 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-08-16 21:51:13 +0000 |
commit | 0d8de89c9b43e8e71498534f8158785739478b04 (patch) | |
tree | 4b02ea463c9b2ff3596f5daaf5f1c82c7d90bcca | |
parent | 5781965533e205dd11e3d5dc14ecd6132e0b32fe (diff) | |
download | cygnal-0d8de89c9b43e8e71498534f8158785739478b04.tar.gz cygnal-0d8de89c9b43e8e71498534f8158785739478b04.tar.bz2 cygnal-0d8de89c9b43e8e71498534f8158785739478b04.zip |
2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
* configure.host (newlib_cflags) [spu]: Add special compiler
options to reduce size.
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/configure.host | 1 |
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 |