From be9c0561e7da91b2d5c589a43f9c0fea1e684f2d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Mar 2022 17:22:36 -0400 Subject: 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. --- newlib/configure.host | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'newlib/configure.host') 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 -- cgit v1.2.3