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
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')
-rwxr-xr-xnewlib/configure35
1 files changed, 0 insertions, 35 deletions
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
@@ -5398,13 +5393,6 @@ 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=
HAVE_LIBC_SYS_RDOS_DIR_FALSE='#'
@@ -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