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>2004-02-02 19:59:53 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-02-02 19:59:53 +0300
commit94d61fcb762f88e1835fc531d20341a596b245f2 (patch)
treec3ec086dd9683bad92008cf86d2c5b232167b4f1 /newlib/configure.host
parent8d9bbb509261c62208169c46e7437839bffaec6b (diff)
2004-02-02 Joel Sherrill <joel@oarcorp.com>
* configure.host: Add support for tic4x. * libc/include/machine/ieeefp.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/machine/tic4x/Makefile.am: New file. * libc/machine/tic4x/configure.in: Ditto. * libc/machine/tic4x/setjmp.S: Ditto. * libc/machine/tic4x/aclocal.m4: Generated. * libc/machine/tic4x/configure: Ditto. * libc/machine/tic4x/Makefile.in: Ditto.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 3b0fbfb44..d1b0bfb75 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -193,6 +193,9 @@ case "${host_cpu}" in
thumb)
machine_dir=arm
;;
+ tic4x|c4x)
+ machine_dir=tic4x
+ ;;
tic80*)
machine_dir=tic80
;;