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] libgloss: iq2000: drop unused configure vars
Date: Wed, 26 Jan 2022 09:27:59 +0000 (GMT)	[thread overview]
Message-ID: <20220126092759.158F13851C01@sourceware.org> (raw)

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

commit c0bf2d68f94da09df109d07f79346ea21540efb5
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Mon Jan 24 00:35:52 2022 -0500

    libgloss: iq2000: drop unused configure vars
    
    This will make it easier to merge up as it won't have unique settings.

Diff:
---
 libgloss/iq2000/configure    | 10 ----------
 libgloss/iq2000/configure.ac |  8 --------
 2 files changed, 18 deletions(-)

diff --git a/libgloss/iq2000/configure b/libgloss/iq2000/configure
index b46846f30..33337e881 100755
--- a/libgloss/iq2000/configure
+++ b/libgloss/iq2000/configure
@@ -584,10 +584,8 @@ PACKAGE_URL=
 ac_unique_file="crt0.S"
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
-part_specific_obj
 target_makefile_frag_path
 host_makefile_frag_path
-LD_TYPE
 CCASFLAGS
 CCAS
 RANLIB
@@ -2541,13 +2539,6 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
 host_makefile_frag=${srcdir}/../config/default.mh
 target_makefile_frag=${srcdir}/../config/default.mt
 
-if test "${with_multisubdir}" = "m32"; then
-  LD_TYPE="m32"
-else
-  LD_TYPE="m16"
-fi
-
-
 host_makefile_frag_path=$host_makefile_frag
 
 
@@ -2555,7 +2546,6 @@ target_makefile_frag_path=$target_makefile_frag
 
 
 
-
 ac_config_files="$ac_config_files Makefile"
 
 cat >confcache <<\_ACEOF
diff --git a/libgloss/iq2000/configure.ac b/libgloss/iq2000/configure.ac
index d065a3e0a..eab431a79 100644
--- a/libgloss/iq2000/configure.ac
+++ b/libgloss/iq2000/configure.ac
@@ -34,13 +34,6 @@ LIB_AM_PROG_AS
 host_makefile_frag=${srcdir}/../config/default.mh
 target_makefile_frag=${srcdir}/../config/default.mt
 
-if test "${with_multisubdir}" = "m32"; then
-  LD_TYPE="m32"
-else
-  LD_TYPE="m16"
-fi
-AC_SUBST(LD_TYPE)
- 
 dnl We have to assign the same value to other variables because autoconf
 dnl doesn't provide a mechanism to substitute a replacement keyword with
 dnl arbitrary data or pathnames.
@@ -51,7 +44,6 @@ AC_SUBST_FILE(host_makefile_frag)
 target_makefile_frag_path=$target_makefile_frag
 AC_SUBST(target_makefile_frag_path)
 AC_SUBST_FILE(target_makefile_frag)
-AC_SUBST(part_specific_obj)
 
 AC_CONFIG_FILES(Makefile,
 . ${srcdir}/../../config-ml.in,


                 reply	other threads:[~2022-01-26  9:27 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=20220126092759.158F13851C01@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).