Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-10 08:36:34 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 08:36:34 +0300
commite95c80b6d82b5f5aca578ae131faa6b7df965020 (patch)
treea420302590bba0c31bc9ee64da92d22c0cf7616b /newlib/configure
parente114cbc6e1765a5a0b53921fe09948a2b4031dee (diff)
newlib: libm: fix rebase conflicts
I missed this cleanup when rebasing on top of the latest branch.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure6
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/configure b/newlib/configure
index aefb8c03a..aa944d2c2 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -4823,11 +4823,7 @@ if test -n "${libm_machine_dir}"; then
esac
LIBM_MACHINE_DIR=machine/${libm_machine_dir}
- if test "${use_libtool}" = "yes"; then
- LIBM_MACHINE_LIB=${LIBM_MACHINE_DIR}/lib${libm_machine_dir}.${aext}
- else
- LIBM_MACHINE_LIB=${LIBM_MACHINE_DIR}/lib.${aext}
- fi
+ LIBM_MACHINE_LIB=${LIBM_MACHINE_DIR}/lib.a
fi
if test "x${LIBM_MACHINE_DIR}" != x; then
HAVE_LIBM_MACHINE_DIR_TRUE=