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:
parent
1b69cb3ac5
commit
def943c11c
|
@ -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>
|
2006-12-18 Joel Schopp <jschopp@austin.ibm.com>
|
||||||
|
|
||||||
* libc/machine/spu/c99ppe.h: New file
|
* libc/machine/spu/c99ppe.h: New file
|
||||||
|
|
|
@ -117,6 +117,10 @@ case "${host_cpu}" in
|
||||||
ep9312)
|
ep9312)
|
||||||
machine_dir=arm
|
machine_dir=arm
|
||||||
;;
|
;;
|
||||||
|
fido)
|
||||||
|
machine_dir=m68k
|
||||||
|
newlib_cflags="${newlib_cflags} -DCOMPACT_CTYPE"
|
||||||
|
;;
|
||||||
fr30)
|
fr30)
|
||||||
machine_dir=fr30
|
machine_dir=fr30
|
||||||
;;
|
;;
|
||||||
|
@ -571,6 +575,10 @@ case "${host}" in
|
||||||
newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
|
newlib_cflags="${newlib_cflags} -DARM_RDI_MONITOR"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
fido-*-elf)
|
||||||
|
newlib_cflags="${newlib_cflags} -DHAVE_RENAME -DHAVE_SYSTEM -DMISSING_SYSCALL_NAMES"
|
||||||
|
syscall_dir=
|
||||||
|
;;
|
||||||
fr30-*-*)
|
fr30-*-*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue