From f034d8ad19df17fd25df2469cfaa4a7ea3fcee45 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Feb 2022 05:22:24 -0500 Subject: 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. --- newlib/libc/syscalls/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'newlib/libc/syscalls') diff --git a/newlib/libc/syscalls/Makefile.in b/newlib/libc/syscalls/Makefile.in index 2238c2b..eb0c38c 100644 --- a/newlib/libc/syscalls/Makefile.in +++ b/newlib/libc/syscalls/Makefile.in @@ -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@ -- cgit v1.1