Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-08-23 20:07:36 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-23 20:07:36 +0400
commitb8e05321bafa23703a30027a8e3ab64037fd67b0 (patch)
treee4da7b66e8183019413c947fd5203f938d4c114b /newlib/libc/machine/configure.in
parent380d8ec45da6be92c6d384de6eaf3eec0965ebf1 (diff)
2006-08-23 Kazunori Asayama <asayama@sm.sony.co.jp>
* libc/machine/configure.in: Add configuration for SPU. * libc/machine/configure: Regenerated. * libc/machine/spu/memcpy.c: Include string.h.
Diffstat (limited to 'newlib/libc/machine/configure.in')
-rw-r--r--newlib/libc/machine/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/machine/configure.in b/newlib/libc/machine/configure.in
index ad459f888..87b066e91 100644
--- a/newlib/libc/machine/configure.in
+++ b/newlib/libc/machine/configure.in
@@ -49,6 +49,7 @@ if test -n "${machine_dir}"; then
powerpc) AC_CONFIG_SUBDIRS(powerpc) ;;
sh) AC_CONFIG_SUBDIRS(sh) ;;
sparc) AC_CONFIG_SUBDIRS(sparc) ;;
+ spu) AC_CONFIG_SUBDIRS(spu) ;;
tic4x) AC_CONFIG_SUBDIRS(tic4x) ;;
tic80) AC_CONFIG_SUBDIRS(tic80) ;;
v850) AC_CONFIG_SUBDIRS(v850) ;;