]> sourceware.org Git - newlib-cygwin.git/commitdiff
* configure.host: Add extra system for OpenRISC baremetal.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Jan 2015 09:59:40 +0000 (09:59 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 20 Jan 2015 09:59:40 +0000 (09:59 +0000)
newlib/ChangeLog
newlib/configure.host

index ac87504b41dbcc73790638665344f1766a55c29a..6461d76497a0aea214886952750f6656cdb57b15 100644 (file)
@@ -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>
 
        * libc/include/sys/unistd.h [__BSD_VISIBLE]: Add issetugid() prototype.
index c4773d9838b786d95834e7795efe969ee9095c07..a8bbead44ff4c180e92a1da472b1d1c1620c173f 100644 (file)
@@ -502,8 +502,10 @@ case "${host}" in
   nios2*)
        sys_dir=
        ;;
-  or1k-*-* | or1knd-*-*)
-        syscall_dir=syscalls
+  or1k-*-elf | or1knd-*-elf)
+       sys_dir=or1k
+       newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED "
+       have_crt0="no"
        ;;
   powerpcle-*-pe)
        posix_dir=posix
@@ -748,6 +750,9 @@ case "${host}" in
   nds32*)
        syscall_dir=syscalls
        ;;
+  or1k*|or1knd*)
+       syscall_dir=syscalls
+       ;;
   powerpc*-*-eabialtivec*)
        default_newlib_io_long_long="yes"
        newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
This page took 0.054228 seconds and 5 git commands to generate.