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:12:05 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 04:27:37 +0300
commit006da84337d31354b2f8ed21039b5a8bbc579b9b (patch)
tree3d5275dc6287a178856221e0c007768dc74cfbf1 /newlib/configure.host
parent5a0ab4454b94b5d976d5398bd5147ea6173b313f (diff)
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.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host3
1 files changed, 0 insertions, 3 deletions
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