From 0d8de89c9b43e8e71498534f8158785739478b04 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 16 Aug 2006 21:51:13 +0000 Subject: [PATCH] 2006-08-16 Joel Schopp * configure.host (newlib_cflags) [spu]: Add special compiler options to reduce size. --- newlib/ChangeLog | 5 +++++ newlib/configure.host | 1 + 2 files changed, 6 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 8dfed0cbf..09b648e53 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2006-08-16 Joel Schopp + + * configure.host (newlib_cflags) [spu]: Add special compiler + options to reduce size. + 2006-08-16 Joel Schopp * configure.host: Add spu support. 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