From 94d61fcb762f88e1835fc531d20341a596b245f2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 2 Feb 2004 16:59:53 +0000 Subject: 2004-02-02 Joel Sherrill * 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. --- newlib/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/configure.host') 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 ;; -- cgit v1.2.3