libgloss: iq2000: drop unused configure vars
This will make it easier to merge up as it won't have unique settings.
This commit is contained in:
parent
ee3ed2b65e
commit
c0bf2d68f9
|
@ -584,10 +584,8 @@ PACKAGE_URL=
|
||||||
ac_unique_file="crt0.S"
|
ac_unique_file="crt0.S"
|
||||||
ac_subst_vars='LTLIBOBJS
|
ac_subst_vars='LTLIBOBJS
|
||||||
LIBOBJS
|
LIBOBJS
|
||||||
part_specific_obj
|
|
||||||
target_makefile_frag_path
|
target_makefile_frag_path
|
||||||
host_makefile_frag_path
|
host_makefile_frag_path
|
||||||
LD_TYPE
|
|
||||||
CCASFLAGS
|
CCASFLAGS
|
||||||
CCAS
|
CCAS
|
||||||
RANLIB
|
RANLIB
|
||||||
|
@ -2541,13 +2539,6 @@ test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
|
||||||
host_makefile_frag=${srcdir}/../config/default.mh
|
host_makefile_frag=${srcdir}/../config/default.mh
|
||||||
target_makefile_frag=${srcdir}/../config/default.mt
|
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
|
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"
|
ac_config_files="$ac_config_files Makefile"
|
||||||
|
|
||||||
cat >confcache <<\_ACEOF
|
cat >confcache <<\_ACEOF
|
||||||
|
|
|
@ -34,13 +34,6 @@ LIB_AM_PROG_AS
|
||||||
host_makefile_frag=${srcdir}/../config/default.mh
|
host_makefile_frag=${srcdir}/../config/default.mh
|
||||||
target_makefile_frag=${srcdir}/../config/default.mt
|
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 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 doesn't provide a mechanism to substitute a replacement keyword with
|
||||||
dnl arbitrary data or pathnames.
|
dnl arbitrary data or pathnames.
|
||||||
|
@ -51,7 +44,6 @@ AC_SUBST_FILE(host_makefile_frag)
|
||||||
target_makefile_frag_path=$target_makefile_frag
|
target_makefile_frag_path=$target_makefile_frag
|
||||||
AC_SUBST(target_makefile_frag_path)
|
AC_SUBST(target_makefile_frag_path)
|
||||||
AC_SUBST_FILE(target_makefile_frag)
|
AC_SUBST_FILE(target_makefile_frag)
|
||||||
AC_SUBST(part_specific_obj)
|
|
||||||
|
|
||||||
AC_CONFIG_FILES(Makefile,
|
AC_CONFIG_FILES(Makefile,
|
||||||
. ${srcdir}/../../config-ml.in,
|
. ${srcdir}/../../config-ml.in,
|
||||||
|
|
Loading…
Reference in New Issue