diff options
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index aaddc77b5..23f5f03c9 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 |