2008-11-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.host: RTEMS now uses posix subdirectory.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2008-11-17  Joel Sherrill <joel.sherrill@oarcorp.com> | ||||||
|  |  | ||||||
|  | 	* configure.host: RTEMS now uses posix subdirectory.  | ||||||
|  |  | ||||||
| 2008-11-17  Joel Sherrill <joel.sherrill@oarcorp.com> | 2008-11-17  Joel Sherrill <joel.sherrill@oarcorp.com> | ||||||
|  |  | ||||||
| 	* sys/rtems/include/limits.h: Add _POSIX2_RE_DUP_MAX. | 	* sys/rtems/include/limits.h: Add _POSIX2_RE_DUP_MAX. | ||||||
|   | |||||||
| @@ -340,7 +340,7 @@ case "${host}" in | |||||||
| 	;; | 	;; | ||||||
|   *-*-rtems*)			# generic RTEMS support |   *-*-rtems*)			# generic RTEMS support | ||||||
| 	sys_dir=rtems | 	sys_dir=rtems | ||||||
|         # RTEMS POSIX support is all inside RTEMS | 	posix_dir=posix | ||||||
| 	;; | 	;; | ||||||
|   a29k-*-*) |   a29k-*-*) | ||||||
| 	sys_dir=a29khif | 	sys_dir=a29khif | ||||||
| @@ -532,7 +532,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*) | ||||||
| 	default_newlib_io_long_long="yes" | 	default_newlib_io_long_long="yes" | ||||||
| 	newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_OPENDIR -DNO_EXEC -DHAVE_FCNTL" | 	newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DMISSING_SYSCALL_NAMES -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_FCNTL" | ||||||
| 	;; | 	;; | ||||||
| # 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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user