* configure.host: Add extra system for OpenRISC baremetal.
This commit is contained in:
parent
8d8f40361f
commit
d0695096ba
|
@ -1,3 +1,7 @@
|
||||||
|
2015-01-19 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
||||||
|
|
||||||
|
* configure.host: Add extra system for OpenRISC baremetal.
|
||||||
|
|
||||||
2015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* libc/include/sys/unistd.h [__BSD_VISIBLE]: Add issetugid() prototype.
|
* libc/include/sys/unistd.h [__BSD_VISIBLE]: Add issetugid() prototype.
|
||||||
|
|
|
@ -502,8 +502,10 @@ case "${host}" in
|
||||||
nios2*)
|
nios2*)
|
||||||
sys_dir=
|
sys_dir=
|
||||||
;;
|
;;
|
||||||
or1k-*-* | or1knd-*-*)
|
or1k-*-elf | or1knd-*-elf)
|
||||||
syscall_dir=syscalls
|
sys_dir=or1k
|
||||||
|
newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED "
|
||||||
|
have_crt0="no"
|
||||||
;;
|
;;
|
||||||
powerpcle-*-pe)
|
powerpcle-*-pe)
|
||||||
posix_dir=posix
|
posix_dir=posix
|
||||||
|
@ -748,6 +750,9 @@ case "${host}" in
|
||||||
nds32*)
|
nds32*)
|
||||||
syscall_dir=syscalls
|
syscall_dir=syscalls
|
||||||
;;
|
;;
|
||||||
|
or1k*|or1knd*)
|
||||||
|
syscall_dir=syscalls
|
||||||
|
;;
|
||||||
powerpc*-*-eabialtivec*)
|
powerpc*-*-eabialtivec*)
|
||||||
default_newlib_io_long_long="yes"
|
default_newlib_io_long_long="yes"
|
||||||
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
|
||||||
|
|
Loading…
Reference in New Issue