[PATCH 2/5] newlib: phoenix: drop missing machine subdirs
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
These were never added to the tree, and as we transition from autoconf
to automake, it really wants the latter subdirs to always exist. These
don't, so delete the logic.
---
newlib/libc/sys/phoenix/machine/configure | 11 +----------
newlib/libc/sys/phoenix/machine/configure.ac | 3 ---
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/newlib/libc/sys/phoenix/machine/configure.ac b/newlib/libc/sys/phoenix/machine/configure.ac
index 05dd0f8e48b6..972ffc9c86ec 100644
--- a/newlib/libc/sys/phoenix/machine/configure.ac
+++ b/newlib/libc/sys/phoenix/machine/configure.ac
@@ -12,9 +12,6 @@ NEWLIB_CONFIGURE(../../../..)
if test -n "${machine_dir}"; then
case ${machine_dir} in
arm) AC_CONFIG_SUBDIRS(arm) ;;
- esirisc) AC_CONFIG_SUBDIRS(esirisc) ;;
- i386) AC_CONFIG_SUBDIRS(i386) ;;
- powerpc) AC_CONFIG_SUBDIRS(powerpc) ;;
esac;
fi
--
2.34.1