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:
authorDave Brolley <brolley@redhat.com>2007-11-08 00:42:24 +0300
committerDave Brolley <brolley@redhat.com>2007-11-08 00:42:24 +0300
commit7b4cad4ae63d46eb8277ba409fbe8eaa02cfcd88 (patch)
tree6e326dcec581ce1a6aeadc5c01f20cfdf025cbf2 /newlib/configure.host
parentc8853ef7015fb6ea4549b386de821abc2796c811 (diff)
2007-11-07 Dave Brolley <brolley@redhat.com>
* libc/machine/configure: Regenerated to pick up mep-elf changes. * Contribute mep-elf from Red Hat 2006-10-27 DJ Delorie <dj@redhat.com> * libc/include/machine/setjmp.h: Add MeP support. 2003-04-17 DJ Delorie <dj@redhat.com> * configure.host (mep-*-*): Support "long long" type. 2001-06-06 DJ Delorie <dj@redhat.com> * libc/include/machine/ieeefp.h (mep): Support little endian too. 2001-05-14 DJ Delorie <dj@redhat.com> * configure.host: Add mep's machine_dir. * libc/include/setjmp.h: Add mep support. * libc/machine/mep: New. * libc/machine/mep/setjmp.S: New, support mep's setjmp/longjmp. 2001-05-04 DJ Delorie <dj@redhat.com> * configure.host: Add mep. * libc/include/machine/ieeefp.h: Ditto.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 856a4d8e7..259e204b0 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -190,6 +190,9 @@ case "${host_cpu}" in
;;
mcore)
;;
+ mep)
+ machine_dir=mep
+ ;;
mips*)
machine_dir=mips
;;
@@ -428,6 +431,10 @@ case "${host}" in
m8*-bug-*)
sys_dir=m88kbug
;;
+ mep-*-*)
+ default_newlib_io_long_long="yes"
+ newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
+ ;;
mips*-dec-*)
sys_dir=decstation
;;