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-07 13:25:19 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 07:35:23 +0300
commit5b9c4cf23ef3724d914e29b1899a941b076b96da (patch)
tree7e37399020e8c1f329bc123b2b041598d6601669 /newlib/acinclude.m4
parentf034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (diff)
newlib: drop support for $oext
This was needed only to support libtool in case objects ended in .lo instead of .o, but we dropped libtool, so drop this too.
Diffstat (limited to 'newlib/acinclude.m4')
-rw-r--r--newlib/acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index c5b4ce7bf..60fe6ca74 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -155,10 +155,9 @@ fi
# Hard-code OBJEXT. Normally it is set by AC_OBJEXT, but we
# use oext, which is set in configure.host based on the target platform.
-OBJEXT=${oext}
+OBJEXT=o
AC_SUBST(OBJEXT)
-AC_SUBST(oext)
AC_SUBST(lpfx)
AC_SUBST(libm_machine_dir)