OSDN Git Service

2006-12-18 Kazu Hirata <kazu@codesourcery.com>
authorjjohnstn <jjohnstn>
Mon, 18 Dec 2006 21:49:14 +0000 (21:49 +0000)
committerjjohnstn <jjohnstn>
Mon, 18 Dec 2006 21:49:14 +0000 (21:49 +0000)
        Merge from newlib-csl-20060320-branch:
        2006-12-01  Nathan Sidwell  <nathan@codesourcery.com>
                    Kazu Hirata  <kazu@codesourcery.com>

        * configure.host: Recognize fido.

newlib/ChangeLog
newlib/configure.host

index 64da20e..b4aac5e 100644 (file)
@@ -1,3 +1,11 @@
+2006-12-18  Kazu Hirata  <kazu@codesourcery.com>
+
+       Merge from newlib-csl-20060320-branch:
+       2006-12-01  Nathan Sidwell  <nathan@codesourcery.com>
+                   Kazu Hirata  <kazu@codesourcery.com>
+
+       * configure.host: Recognize fido.
+
 2006-12-18  Joel Schopp <jschopp@austin.ibm.com> 
 
         * libc/machine/spu/c99ppe.h: New file
index 7cde98e..da18d16 100644 (file)
@@ -117,6 +117,10 @@ case "${host_cpu}" in
   ep9312)
        machine_dir=arm
        ;;
+  fido)
+       machine_dir=m68k
+       newlib_cflags="${newlib_cflags} -DCOMPACT_CTYPE"
+       ;;
   fr30)
        machine_dir=fr30
        ;;
@@ -571,6 +575,10 @@ case "${host}" in
          newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
        fi
        ;;
+  fido-*-elf)
+       newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_SYSTEM -DMISSING_SYSCALL_NAMES"
+       syscall_dir=
+       ;;
   fr30-*-*)
        syscall_dir=syscalls
        ;;