2006-08-16 Joel Schopp <jschopp@austin.ibm.com>

* configure.host (newlib_cflags) [spu]: Add special compiler
        options to reduce size.
This commit is contained in:
Jeff Johnston
2006-08-16 21:51:13 +00:00
parent 5781965533
commit 0d8de89c9b
2 changed files with 6 additions and 0 deletions

View File

@@ -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