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.
This commit is contained in:
Jeff Johnston 2006-12-18 21:49:14 +00:00
parent 1b69cb3ac5
commit def943c11c
2 changed files with 16 additions and 0 deletions

View 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

View 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
;;