From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id 158F13851C01; Wed, 26 Jan 2022 09:27:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 158F13851C01 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libgloss: iq2000: drop unused configure vars X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: ee3ed2b65e28fa5cd9c23e8361cae701973129cf X-Git-Newrev: c0bf2d68f94da09df109d07f79346ea21540efb5 Message-Id: <20220126092759.158F13851C01@sourceware.org> Date: Wed, 26 Jan 2022 09:27:59 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2022 09:27:59 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc0bf2d68f94= da09df109d07f79346ea21540efb5 commit c0bf2d68f94da09df109d07f79346ea21540efb5 Author: Mike Frysinger Date: Mon Jan 24 00:35:52 2022 -0500 libgloss: iq2000: drop unused configure vars =20 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=3D ac_unique_file=3D"crt0.S" ac_subst_vars=3D'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}" =3D set || CCASFLAGS=3D$CFLA= GS host_makefile_frag=3D${srcdir}/../config/default.mh target_makefile_frag=3D${srcdir}/../config/default.mt =20 -if test "${with_multisubdir}" =3D "m32"; then - LD_TYPE=3D"m32" -else - LD_TYPE=3D"m16" -fi - - host_makefile_frag_path=3D$host_makefile_frag =20 =20 @@ -2555,7 +2546,6 @@ target_makefile_frag_path=3D$target_makefile_frag =20 =20 =20 - ac_config_files=3D"$ac_config_files Makefile" =20 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=3D${srcdir}/../config/default.mh target_makefile_frag=3D${srcdir}/../config/default.mt =20 -if test "${with_multisubdir}" =3D "m32"; then - LD_TYPE=3D"m32" -else - LD_TYPE=3D"m16" -fi -AC_SUBST(LD_TYPE) -=20 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=3D$target_makefile_frag AC_SUBST(target_makefile_frag_path) AC_SUBST_FILE(target_makefile_frag) -AC_SUBST(part_specific_obj) =20 AC_CONFIG_FILES(Makefile, . ${srcdir}/../../config-ml.in,