public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libgloss: iq2000: drop unused configure vars
@ 2022-01-24  5:39 Mike Frysinger
  2022-01-25 12:29 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2022-01-24  5:39 UTC (permalink / raw)
  To: newlib

This will make it easier to merge up as it won't have unique settings.
---
 libgloss/iq2000/configure    | 10 ----------
 libgloss/iq2000/configure.ac |  8 --------
 2 files changed, 18 deletions(-)

diff --git a/libgloss/iq2000/configure.ac b/libgloss/iq2000/configure.ac
index 30063342b101..a6632f26c3a9 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)
 
 AM_ENABLE_MULTILIB(, ../..)
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libgloss: iq2000: drop unused configure vars
  2022-01-24  5:39 [PATCH] libgloss: iq2000: drop unused configure vars Mike Frysinger
@ 2022-01-25 12:29 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2022-01-25 12:29 UTC (permalink / raw)
  To: newlib

On Jan 24 00:39, Mike Frysinger wrote:
> This will make it easier to merge up as it won't have unique settings.
> ---
>  libgloss/iq2000/configure    | 10 ----------
>  libgloss/iq2000/configure.ac |  8 --------
>  2 files changed, 18 deletions(-)

LGTM


Thanks,
Corinna


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-25 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24  5:39 [PATCH] libgloss: iq2000: drop unused configure vars Mike Frysinger
2022-01-25 12:29 ` Corinna Vinschen

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).