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:
authorAlan Modra <modra@gmail.com>2006-12-11 09:47:57 +0300
committerAlan Modra <modra@gmail.com>2006-12-11 09:47:57 +0300
commite53c5df0a1efa79a1961ceaf08afe21c9ff4ee69 (patch)
tree5ae973a9f8b725eef5adb87975e82a4f19c7fea6 /configure.in
parent18bff3e03b3eac39f3f85f907e5de8ca50009e32 (diff)
* configure.in: Handle spu makefile frag.
* config/mt-spu: New file. * Makefile.tpl (MAINT): Define (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bca451af4..9c01b0ca4 100644
--- a/configure.in
+++ b/configure.in
@@ -1623,6 +1623,9 @@ extra_nmflags_for_target=
extra_ranlibflags_for_target=
target_makefile_frag=/dev/null
case "${target}" in
+ spu-*-*)
+ target_makefile_frag="config/mt-spu"
+ ;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;