aboutsummaryrefslogtreecommitdiff
path: root/libgloss/iq2000
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-24 00:35:52 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-26 04:27:50 -0500
commitc0bf2d68f94da09df109d07f79346ea21540efb5 (patch)
treef1193d175e0af3bf756d09fc890d812b426be9b3 /libgloss/iq2000
parentee3ed2b65e28fa5cd9c23e8361cae701973129cf (diff)
downloadnewlib-c0bf2d68f94da09df109d07f79346ea21540efb5.zip
newlib-c0bf2d68f94da09df109d07f79346ea21540efb5.tar.gz
newlib-c0bf2d68f94da09df109d07f79346ea21540efb5.tar.bz2
libgloss: iq2000: drop unused configure vars
This will make it easier to merge up as it won't have unique settings.
Diffstat (limited to 'libgloss/iq2000')
-rwxr-xr-xlibgloss/iq2000/configure10
-rw-r--r--libgloss/iq2000/configure.ac8
2 files changed, 0 insertions, 18 deletions
diff --git a/libgloss/iq2000/configure b/libgloss/iq2000/configure
index b46846f..33337e8 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 d065a3e..eab431a 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,