From 5b9c4cf23ef3724d914e29b1899a941b076b96da Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Feb 2022 05:25:19 -0500 Subject: 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. --- newlib/configure.host | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/configure.host') diff --git a/newlib/configure.host b/newlib/configure.host index 22023f9ae..3c5df5a41 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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 -# 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 # crt1_dir directory where crt1 object is found @@ -77,7 +76,6 @@ default_newlib_io_pos_args=no default_newlib_atexit_dynamic_alloc=yes default_newlib_nano_malloc=no default_newlib_reent_check_verify=yes -oext=o lpfx="lib_a-" newlib_msg_warn= -- cgit v1.2.3