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. * libc/include/machine/setjmp.h: Ditto. * libc/include/sys/config.h: Ditto. * libc/include/sys/types.h: Ditto. * libc/machine/spu/Makefile.am: New file. * libc/machine/spu/Makefile.in: Ditto. * libc/machine/spu/aclocal.m4: Ditto. * libc/machine/spu/configure: Ditto. * libc/machine/spu/configure.in: Ditto. * libc/machine/spu/memcpy.c: Ditto. * libc/machine/spu/setjmp.S: Ditto.
This commit is contained in:
@ -248,6 +248,9 @@ case "${host_cpu}" in
|
||||
z8k)
|
||||
machine_dir=z8k
|
||||
;;
|
||||
spu)
|
||||
machine_dir=spu
|
||||
;;
|
||||
*)
|
||||
echo '***' "Newlib does not support CPU ${host_cpu}" 1>&2
|
||||
exit 1
|
||||
@ -425,6 +428,9 @@ case "${host}" in
|
||||
sys_dir=sparc64
|
||||
unix_dir=unix
|
||||
;;
|
||||
spu-*-*)
|
||||
default_newlib_io_long_long="yes"
|
||||
;;
|
||||
strongarm-*-*)
|
||||
sys_dir=arm
|
||||
if [ "x${newlib_may_supply_syscalls}" = "xno" ] ; then
|
||||
|
Reference in New Issue
Block a user