[PATCH] libgloss: iq2000: drop unused configure vars

Mike Frysinger vapier@gentoo.org
Mon Jan 24 05:39:16 GMT 2022


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



More information about the Newlib mailing list