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:
authorMike Frysinger <vapier@gentoo.org>2022-03-14 00:22:36 +0300
committerMike Frysinger <vapier@gentoo.org>2022-03-29 06:17:06 +0300
commitbe9c0561e7da91b2d5c589a43f9c0fea1e684f2d (patch)
tree069cb1ce6dc67bc2847e747942c0ee3867694d35 /newlib/configure.host
parent761ef3b434b5eb7f321e58c3fae1f578f5c34999 (diff)
newlib: drop phoenix support
This code has not been updated since 2016, and it looks like it has rotted quite a bit since. It does not build against the current set of phoenix sources -- I had to hack both the kernel headers and the newlib headers up to get it to build, and I still have no idea if it actually links or runs. It seems like the project itself has moved away from newlib and to its own C library: https://phoenix-rtos.com/documentation/libc/README.md So since there's no interest from the phoenix folks to maintain this, and it has a significant amount of non-standard code that we try to keep up-to-date (without actually testing it), just punt it all.
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