public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Frysinger <vapier@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] newlib: phoenix: drop missing machine subdirs
Date: Wed, 16 Feb 2022 00:59:28 +0000 (GMT)	[thread overview]
Message-ID: <20220216005928.36E573858C39@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=16c12761fdb9510d179297a1c676ceb9971bbc32

commit 16c12761fdb9510d179297a1c676ceb9971bbc32
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Feb 10 03:32:51 2022 -0500

    newlib: phoenix: drop missing machine subdirs
    
    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.

Diff:
---
 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 b/newlib/libc/sys/phoenix/machine/configure
index 8d7fde54d..c18e26eb5 100644
--- a/newlib/libc/sys/phoenix/machine/configure
+++ b/newlib/libc/sys/phoenix/machine/configure
@@ -727,10 +727,7 @@ CPPFLAGS
 CPP
 CCAS
 CCASFLAGS'
-ac_subdirs_all='arm
-esirisc
-i386
-powerpc'
+ac_subdirs_all='arm'
 
 # Initialize some variables set by options.
 ac_init_help=
@@ -4269,12 +4266,6 @@ if test -n "${machine_dir}"; then
 	arm)
 
 subdirs="$subdirs arm"
- ;;
-	esirisc) subdirs="$subdirs esirisc"
- ;;
-	i386) subdirs="$subdirs i386"
- ;;
-	powerpc) subdirs="$subdirs powerpc"
  ;;
   esac;
 fi
diff --git a/newlib/libc/sys/phoenix/machine/configure.ac b/newlib/libc/sys/phoenix/machine/configure.ac
index 05dd0f8e4..972ffc9c8 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


                 reply	other threads:[~2022-02-16  0:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220216005928.36E573858C39@sourceware.org \
    --to=vapier@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).