2000-12-04 Joel Sherrill <joel@OARcorp.com>

* configure.host (or16, or32): New entries for OpenCores
        OpenRisc CPUs.
        (*-*-rtems*): Add -DNO_EXEC.
This commit is contained in:
Jeff Johnston 2000-12-04 18:15:35 +00:00
parent 7713fb6f1b
commit 9e5dd5ea3d
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-12-04 Joel Sherrill <joel@OARcorp.com>
* configure.host (or16, or32): New entries for OpenCores
OpenRisc CPUs.
(*-*-rtems*): Add -DNO_EXEC.
2000-12-04 Keith Outwater <vac4050@cae597.rsc.raytheon.com> 2000-12-04 Keith Outwater <vac4050@cae597.rsc.raytheon.com>
* libc/include/sys/errno.h: Added comments on many error numbers. * libc/include/sys/errno.h: Added comments on many error numbers.

View File

@ -131,6 +131,10 @@ case "${host_cpu}" in
mn10300) mn10300)
machine_dir=mn10300 machine_dir=mn10300
;; ;;
or16)
;;
or32)
;;
powerpc*) powerpc*)
machine_dir=powerpc machine_dir=powerpc
;; ;;
@ -315,7 +319,7 @@ case "${host}" in
# #
# NOTE: When newlib malloc uses a semaphore, RTEMS will switch to that. # NOTE: When newlib malloc uses a semaphore, RTEMS will switch to that.
*-*-rtems*) *-*-rtems*)
newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR" newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC"
;; ;;
# VxWorks supplies its own version of malloc, and the newlib one # VxWorks supplies its own version of malloc, and the newlib one
# doesn't work because VxWorks does not have sbrk. # doesn't work because VxWorks does not have sbrk.