Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 8344d7923..3cfed4ccf 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -427,11 +427,6 @@ case "${host}" in
signal_dir=
sys_dir=netware
;;
- *-*-phoenix*)
- sys_dir=phoenix
- posix_dir=posix
- unix_dir=unix
- ;;
*-*-rtems*) # generic RTEMS support
sys_dir=rtems
posix_dir=posix
@@ -595,11 +590,6 @@ case "${host}" in
newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DGETREENT_PROVIDED -DSIGNAL_PROVIDED -DHAVE_BLKSIZE -DHAVE_FCNTL -DMALLOC_PROVIDED"
syscall_dir=syscalls
;;
- *-*-phoenix*)
- newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES -DHAVE_BLKSIZE -DHAVE_NANOSLEEP"
- default_newlib_io_long_long="yes"
- syscall_dir=
- ;;
# RTEMS supplies its own versions of some routines:
# malloc() (reentrant version)
# exit() RTEMS has a "global" reent to flush