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:
parent
5781965533
commit
0d8de89c9b
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue