newlib: drop support for $aext

This was needed only to support libtool in case the library ended in
.la instead of .a, but we dropped libtool, so drop this too.
This commit is contained in:
Mike Frysinger 2022-02-07 05:22:24 -05:00
parent 5c21b37214
commit f034d8ad19
143 changed files with 48 additions and 193 deletions

View File

@ -383,7 +383,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -159,7 +159,6 @@ OBJEXT=${oext}
AC_SUBST(OBJEXT)
AC_SUBST(oext)
AC_SUBST(aext)
AC_SUBST(lpfx)
AC_SUBST(libm_machine_dir)

2
newlib/configure vendored
View File

@ -615,7 +615,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
aext
oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
@ -4680,7 +4679,6 @@ OBJEXT=${oext}
newlib_hw_fp=false
#AC_ARG_ENABLE(newlib_hw_fp,
#[ --enable-newlib-hw-fp Turn on hardware floating point math],

View File

@ -43,7 +43,6 @@
# stdio64_dir "stdio64" to build libc/stdio64, "" otherwise
# syscall_dir "syscalls" to build libc/syscalls, "" otherwise
# unix_dir "unix" to build libc/unix, "" otherwise
# aext library extension - needed for libtool support
# oext object file extension - needed for libtool support
# lpfx library object prefix - generated when no libtool
# crt1 name of crt1 object if one is provided
@ -78,7 +77,6 @@ default_newlib_io_pos_args=no
default_newlib_atexit_dynamic_alloc=yes
default_newlib_nano_malloc=no
default_newlib_reent_check_verify=yes
aext=a
oext=o
lpfx="lib_a-"
newlib_msg_warn=

View File

@ -26,7 +26,7 @@ endif
if ENABLE_NEWLIB_ICONV
NEWLIB_ICONV_DIRS = iconv
NEWLIB_ICONV_LIBS = iconv/ces/lib.$(aext) iconv/ccs/lib.$(aext) iconv/lib/lib.$(aext)
NEWLIB_ICONV_LIBS = iconv/ces/lib.a iconv/ccs/lib.a iconv/lib/lib.a
else
NEWLIB_ICONV_DIRS =
NEWLIB_ICONV_LIBS =
@ -55,21 +55,21 @@ noinst_DATA = $(CRT0)
noinst_LIBRARIES = libc.a
SUBLIBS = \
argz/lib.$(aext) \
stdlib/lib.$(aext) \
ctype/lib.$(aext) \
search/lib.$(aext) \
argz/lib.a \
stdlib/lib.a \
ctype/lib.a \
search/lib.a \
$(LIBC_STDIO_LIB) \
$(LIBC_STDIO64_LIB) \
$(LIBC_XDR_LIB) \
string/lib.$(aext) \
string/lib.a \
$(LIBC_SIGNAL_LIB) \
time/lib.$(aext) \
locale/lib.$(aext) \
reent/lib.$(aext) \
errno/lib.$(aext) \
misc/lib.$(aext) \
ssp/lib.$(aext) \
time/lib.a \
locale/lib.a \
reent/lib.a \
errno/lib.a \
misc/lib.a \
ssp/lib.a \
$(LIBC_UNIX_LIB) \
$(LIBC_POSIX_LIB) \
$(LIBC_SYSCALL_LIB) \

View File

@ -261,7 +261,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@
@ -322,7 +321,7 @@ top_srcdir = @top_srcdir@
@ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_DIRS =
@ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_DIRS = iconv
@ENABLE_NEWLIB_ICONV_FALSE@NEWLIB_ICONV_LIBS =
@ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_LIBS = iconv/ces/lib.$(aext) iconv/ccs/lib.$(aext) iconv/lib/lib.$(aext)
@ENABLE_NEWLIB_ICONV_TRUE@NEWLIB_ICONV_LIBS = iconv/ces/lib.a iconv/ccs/lib.a iconv/lib/lib.a
@HAVE_XDR_DIR_TRUE@XDR_SUBDIR = xdr
# The order of SUBDIRS is important for the integrated documentation.
@ -337,21 +336,21 @@ SUBDIRS = argz stdlib ctype search $(STDIO_SUBDIR) $(STDIO64_SUBDIR) \
noinst_DATA = $(CRT0)
noinst_LIBRARIES = libc.a
SUBLIBS = \
argz/lib.$(aext) \
stdlib/lib.$(aext) \
ctype/lib.$(aext) \
search/lib.$(aext) \
argz/lib.a \
stdlib/lib.a \
ctype/lib.a \
search/lib.a \
$(LIBC_STDIO_LIB) \
$(LIBC_STDIO64_LIB) \
$(LIBC_XDR_LIB) \
string/lib.$(aext) \
string/lib.a \
$(LIBC_SIGNAL_LIB) \
time/lib.$(aext) \
locale/lib.$(aext) \
reent/lib.$(aext) \
errno/lib.$(aext) \
misc/lib.$(aext) \
ssp/lib.$(aext) \
time/lib.a \
locale/lib.a \
reent/lib.a \
errno/lib.a \
misc/lib.a \
ssp/lib.a \
$(LIBC_UNIX_LIB) \
$(LIBC_POSIX_LIB) \
$(LIBC_SYSCALL_LIB) \

View File

@ -257,7 +257,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

20
newlib/libc/configure vendored
View File

@ -642,7 +642,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
aext
oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
@ -4385,7 +4384,6 @@ OBJEXT=${oext}
if test x$newlib_nano_malloc = xyes; then
NEWLIB_NANO_MALLOC_TRUE=
NEWLIB_NANO_MALLOC_FALSE='#'
@ -4404,7 +4402,7 @@ fi
LIBC_SIGNAL_LIB=
if test -n "${signal_dir}"; then
LIBC_SIGNAL_LIB=${signal_dir}/lib.${aext}
LIBC_SIGNAL_LIB=${signal_dir}/lib.a
fi
if test x${signal_dir} != x; then
@ -4418,7 +4416,7 @@ fi
LIBC_STDIO_LIB=
if test -n "${stdio_dir}"; then
LIBC_STDIO_LIB=${stdio_dir}/lib.${aext}
LIBC_STDIO_LIB=${stdio_dir}/lib.a
fi
if test x${stdio_dir} != x; then
@ -4432,7 +4430,7 @@ fi
LIBC_STDIO64_LIB=
if test -n "${stdio64_dir}"; then
LIBC_STDIO64_LIB=${stdio64_dir}/lib.${aext}
LIBC_STDIO64_LIB=${stdio64_dir}/lib.a
fi
if test x${stdio64_dir} != x; then
@ -4446,7 +4444,7 @@ fi
LIBC_POSIX_LIB=
if test -n "${posix_dir}"; then
LIBC_POSIX_LIB=${posix_dir}/lib.${aext}
LIBC_POSIX_LIB=${posix_dir}/lib.a
fi
if test x${posix_dir} != x; then
@ -4460,7 +4458,7 @@ fi
LIBC_XDR_LIB=
if test -n "${xdr_dir}"; then
LIBC_XDR_LIB=${xdr_dir}/lib.${aext}
LIBC_XDR_LIB=${xdr_dir}/lib.a
fi
if test x${xdr_dir} != x; then
@ -4474,7 +4472,7 @@ fi
LIBC_SYSCALL_LIB=
if test -n "${syscall_dir}"; then
LIBC_SYSCALL_LIB=${syscall_dir}/lib.${aext}
LIBC_SYSCALL_LIB=${syscall_dir}/lib.a
fi
if test x${syscall_dir} != x; then
@ -4488,7 +4486,7 @@ fi
LIBC_UNIX_LIB=
if test -n "${unix_dir}"; then
LIBC_UNIX_LIB=${unix_dir}/lib.${aext}
LIBC_UNIX_LIB=${unix_dir}/lib.a
fi
if test x${unix_dir} != x; then
@ -4564,7 +4562,7 @@ subdirs="$subdirs sys/phoenix"
esac
SYS_DIR=sys/${sys_dir}
LIBC_SYS_LIB=${SYS_DIR}/lib.${aext}
LIBC_SYS_LIB=${SYS_DIR}/lib.a
fi
if test x${sys_dir} != x; then
@ -4909,7 +4907,7 @@ if test -n "${machine_dir}"; then
esac
LIBC_MACHINE_DIR=machine/${machine_dir}
LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.${aext}
LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.a
fi
if test "x${LIBC_MACHINE_DIR}" != x; then
HAVE_LIBC_MACHINE_DIR_TRUE=

View File

@ -61,49 +61,49 @@ dnl build the library.
LIBC_SIGNAL_LIB=
if test -n "${signal_dir}"; then
LIBC_SIGNAL_LIB=${signal_dir}/lib.${aext}
LIBC_SIGNAL_LIB=${signal_dir}/lib.a
fi
AC_SUBST(LIBC_SIGNAL_LIB)
AM_CONDITIONAL(HAVE_SIGNAL_DIR, test x${signal_dir} != x)
LIBC_STDIO_LIB=
if test -n "${stdio_dir}"; then
LIBC_STDIO_LIB=${stdio_dir}/lib.${aext}
LIBC_STDIO_LIB=${stdio_dir}/lib.a
fi
AC_SUBST(LIBC_STDIO_LIB)
AM_CONDITIONAL(HAVE_STDIO_DIR, test x${stdio_dir} != x)
LIBC_STDIO64_LIB=
if test -n "${stdio64_dir}"; then
LIBC_STDIO64_LIB=${stdio64_dir}/lib.${aext}
LIBC_STDIO64_LIB=${stdio64_dir}/lib.a
fi
AC_SUBST(LIBC_STDIO64_LIB)
AM_CONDITIONAL(HAVE_STDIO64_DIR, test x${stdio64_dir} != x)
LIBC_POSIX_LIB=
if test -n "${posix_dir}"; then
LIBC_POSIX_LIB=${posix_dir}/lib.${aext}
LIBC_POSIX_LIB=${posix_dir}/lib.a
fi
AC_SUBST(LIBC_POSIX_LIB)
AM_CONDITIONAL(HAVE_POSIX_DIR, test x${posix_dir} != x)
LIBC_XDR_LIB=
if test -n "${xdr_dir}"; then
LIBC_XDR_LIB=${xdr_dir}/lib.${aext}
LIBC_XDR_LIB=${xdr_dir}/lib.a
fi
AC_SUBST(LIBC_XDR_LIB)
AM_CONDITIONAL(HAVE_XDR_DIR, test x${xdr_dir} != x)
LIBC_SYSCALL_LIB=
if test -n "${syscall_dir}"; then
LIBC_SYSCALL_LIB=${syscall_dir}/lib.${aext}
LIBC_SYSCALL_LIB=${syscall_dir}/lib.a
fi
AC_SUBST(LIBC_SYSCALL_LIB)
AM_CONDITIONAL(HAVE_SYSCALL_DIR, test x${syscall_dir} != x)
LIBC_UNIX_LIB=
if test -n "${unix_dir}"; then
LIBC_UNIX_LIB=${unix_dir}/lib.${aext}
LIBC_UNIX_LIB=${unix_dir}/lib.a
fi
AC_SUBST(LIBC_UNIX_LIB)
AM_CONDITIONAL(HAVE_UNIX_DIR, test x${unix_dir} != x)
@ -145,7 +145,7 @@ if test -n "${sys_dir}"; then
esac
SYS_DIR=sys/${sys_dir}
LIBC_SYS_LIB=${SYS_DIR}/lib.${aext}
LIBC_SYS_LIB=${SYS_DIR}/lib.a
fi
AC_SUBST(SYS_DIR)
AM_CONDITIONAL(HAVE_SYS_DIR, test x${sys_dir} != x)
@ -231,7 +231,7 @@ if test -n "${machine_dir}"; then
esac
LIBC_MACHINE_DIR=machine/${machine_dir}
LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.${aext}
LIBC_MACHINE_LIB=${LIBC_MACHINE_DIR}/lib.a
fi
AM_CONDITIONAL(HAVE_LIBC_MACHINE_DIR, test "x${LIBC_MACHINE_DIR}" != x)
AC_SUBST(LIBC_MACHINE_DIR)

View File

@ -301,7 +301,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -239,7 +239,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -256,7 +256,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -317,7 +317,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -222,7 +222,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -254,7 +254,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -247,7 +247,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -249,7 +249,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -216,7 +216,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -258,7 +258,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -257,7 +257,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -251,7 +251,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -244,7 +244,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -274,7 +274,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -244,7 +244,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -241,7 +241,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -241,7 +241,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -246,7 +246,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -243,7 +243,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -249,7 +249,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -216,7 +216,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -241,7 +241,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -242,7 +242,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -260,7 +260,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -250,7 +250,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -239,7 +239,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -272,7 +272,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -239,7 +239,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -247,7 +247,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -244,7 +244,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -330,7 +330,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -247,7 +247,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -239,7 +239,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -241,7 +241,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -246,7 +246,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -262,7 +262,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -260,7 +260,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -255,7 +255,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -240,7 +240,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -253,7 +253,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -351,7 +351,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -248,7 +248,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -321,7 +321,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -305,7 +305,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -255,7 +255,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -244,7 +244,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -249,7 +249,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -245,7 +245,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -234,7 +234,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -264,7 +264,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -247,7 +247,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -238,7 +238,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -238,7 +238,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -256,7 +256,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -234,7 +234,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -244,7 +244,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -285,7 +285,6 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
aext = @aext@
am__leading_dot = @am__leading_dot@
am__tar = @am__tar@
am__untar = @am__untar@

View File

@ -595,7 +595,6 @@ shared_machine_dir
machine_dir
libm_machine_dir
lpfx
aext
oext
ELIX_LEVEL_4_FALSE
ELIX_LEVEL_4_TRUE
@ -4265,11 +4264,10 @@ OBJEXT=${oext}
subdirs="$subdirs machine"
PHOENIX_MACH_LIB=machine/lib.${aext}
PHOENIX_MACH_LIB=machine/lib.a
ac_config_files="$ac_config_files Makefile"

Some files were not shown because too many files have changed in this diff Show More