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
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')
-rwxr-xr-xnewlib/libc/machine/configure7
1 files changed, 6 insertions, 1 deletions
diff --git a/newlib/libc/machine/configure b/newlib/libc/machine/configure
index c1b55b0bd..7b35512c4 100755
--- a/newlib/libc/machine/configure
+++ b/newlib/libc/machine/configure
@@ -299,6 +299,7 @@ ac_subdirs_all="$ac_subdirs_all necv70"
ac_subdirs_all="$ac_subdirs_all powerpc"
ac_subdirs_all="$ac_subdirs_all sh"
ac_subdirs_all="$ac_subdirs_all sparc"
+ac_subdirs_all="$ac_subdirs_all spu"
ac_subdirs_all="$ac_subdirs_all tic4x"
ac_subdirs_all="$ac_subdirs_all tic80"
ac_subdirs_all="$ac_subdirs_all v850"
@@ -4662,7 +4663,7 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4665 "configure"' > conftest.$ac_ext
+ echo '#line 4666 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -5000,6 +5001,10 @@ subdirs="$subdirs sh"
subdirs="$subdirs sparc"
;;
+ spu)
+
+subdirs="$subdirs spu"
+ ;;
tic4x)
subdirs="$subdirs tic4x"