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 | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'newlib/configure') diff --git a/newlib/configure b/newlib/configure index 96d2971be..c83511da6 100755 --- a/newlib/configure +++ b/newlib/configure @@ -747,9 +747,6 @@ HAVE_LIBC_MACHINE_AMDGCN_FALSE HAVE_LIBC_MACHINE_AMDGCN_TRUE HAVE_LIBC_MACHINE_AARCH64_FALSE HAVE_LIBC_MACHINE_AARCH64_TRUE -HAVE_LIBC_SYS_PHOENIX_ARM_DIR_FALSE -HAVE_LIBC_SYS_PHOENIX_ARM_DIR_TRUE -PHOENIX_MACHINE_DIR HAVE_SPU_EA_FALSE HAVE_SPU_EA_TRUE SH64_FALSE @@ -788,8 +785,6 @@ HAVE_LIBC_SYS_RTEMS_DIR_FALSE HAVE_LIBC_SYS_RTEMS_DIR_TRUE HAVE_LIBC_SYS_RDOS_DIR_FALSE HAVE_LIBC_SYS_RDOS_DIR_TRUE -HAVE_LIBC_SYS_PHOENIX_DIR_FALSE -HAVE_LIBC_SYS_PHOENIX_DIR_TRUE HAVE_LIBC_SYS_OR1K_DIR_FALSE HAVE_LIBC_SYS_OR1K_DIR_TRUE HAVE_LIBC_SYS_NETWARE_DIR_FALSE @@ -5397,13 +5392,6 @@ fi else HAVE_LIBC_SYS_OR1K_DIR_TRUE='#' HAVE_LIBC_SYS_OR1K_DIR_FALSE= -fi - if test "${sys_dir}" = phoenix; then - HAVE_LIBC_SYS_PHOENIX_DIR_TRUE= - HAVE_LIBC_SYS_PHOENIX_DIR_FALSE='#' -else - HAVE_LIBC_SYS_PHOENIX_DIR_TRUE='#' - HAVE_LIBC_SYS_PHOENIX_DIR_FALSE= fi if test "${sys_dir}" = rdos; then HAVE_LIBC_SYS_RDOS_DIR_TRUE= @@ -5696,21 +5684,6 @@ else fi -if test "$sys_dir" = "phoenix"; then : - PHOENIX_MACHINE_DIR=machine/${machine_dir} - -fi - - - if test "${machine_dir}" = arm; then - HAVE_LIBC_SYS_PHOENIX_ARM_DIR_TRUE= - HAVE_LIBC_SYS_PHOENIX_ARM_DIR_FALSE='#' -else - HAVE_LIBC_SYS_PHOENIX_ARM_DIR_TRUE='#' - HAVE_LIBC_SYS_PHOENIX_ARM_DIR_FALSE= -fi - - if test "${machine_dir}" = aarch64; then HAVE_LIBC_MACHINE_AARCH64_TRUE= @@ -7537,10 +7510,6 @@ if test -z "${HAVE_LIBC_SYS_OR1K_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_OR1K_DIR as_fn_error $? "conditional \"HAVE_LIBC_SYS_OR1K_DIR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${HAVE_LIBC_SYS_PHOENIX_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_PHOENIX_DIR_FALSE}"; then - as_fn_error $? "conditional \"HAVE_LIBC_SYS_PHOENIX_DIR\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_LIBC_SYS_RDOS_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_RDOS_DIR_FALSE}"; then as_fn_error $? "conditional \"HAVE_LIBC_SYS_RDOS_DIR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -7617,10 +7586,6 @@ if test -z "${HAVE_SPU_EA_TRUE}" && test -z "${HAVE_SPU_EA_FALSE}"; then as_fn_error $? "conditional \"HAVE_SPU_EA\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${HAVE_LIBC_SYS_PHOENIX_ARM_DIR_TRUE}" && test -z "${HAVE_LIBC_SYS_PHOENIX_ARM_DIR_FALSE}"; then - as_fn_error $? "conditional \"HAVE_LIBC_SYS_PHOENIX_ARM_DIR\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_LIBC_MACHINE_AARCH64_TRUE}" && test -z "${HAVE_LIBC_MACHINE_AARCH64_FALSE}"; then as_fn_error $? "conditional \"HAVE_LIBC_MACHINE_AARCH64\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 -- cgit v1.2.3