From 006da84337d31354b2f8ed21039b5a8bbc579b9b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Feb 2022 05:12:05 -0500 Subject: newlib: drop libtool support This was only ever used for i?86-pc-linux-gnu targets, but that's been broken for years, and has since been dropped. So clean this up too. This also deletes the funky objectlist logic since it only existed for the libtool libraries. Since it was the only thing left in the small Makefile.shared file, we can punt that too. --- newlib/configure.host | 3 --- 1 file changed, 3 deletions(-) (limited to 'newlib/configure.host') diff --git a/newlib/configure.host b/newlib/configure.host index 4eae14063..1507e25d8 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 -# use_libtool flag: use libtool to build newlib? # aext library extension - needed for libtool support # oext object file extension - needed for libtool support # lpfx library object prefix - generated when no libtool @@ -72,8 +71,6 @@ crt1= crt1_dir= have_crt0= have_init_fini=yes -use_libtool=no -have_sys_mach_dir=no default_newlib_io_c99_formats=no default_newlib_io_long_long=no default_newlib_io_long_double=no -- cgit v1.2.3