diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-07 05:25:19 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-02-09 23:35:23 -0500 |
commit | 5b9c4cf23ef3724d914e29b1899a941b076b96da (patch) | |
tree | 7e37399020e8c1f329bc123b2b041598d6601669 /newlib/libm/math/Makefile.in | |
parent | f034d8ad19df17fd25df2469cfaa4a7ea3fcee45 (diff) | |
download | newlib-5b9c4cf23ef3724d914e29b1899a941b076b96da.zip newlib-5b9c4cf23ef3724d914e29b1899a941b076b96da.tar.gz newlib-5b9c4cf23ef3724d914e29b1899a941b076b96da.tar.bz2 |
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/libm/math/Makefile.in')
-rw-r--r-- | newlib/libm/math/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libm/math/Makefile.in b/newlib/libm/math/Makefile.in index 1ba1689..6c6ebdf 100644 --- a/newlib/libm/math/Makefile.in +++ b/newlib/libm/math/Makefile.in @@ -327,7 +327,6 @@ machine_dir = @machine_dir@ mandir = @mandir@ mkdir_p = @mkdir_p@ newlib_basedir = @newlib_basedir@ -oext = @oext@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ |