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-01-21 15:04:19 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-22 01:29:46 +0300
commitdcb25665be227fb5a05497b7178a3d5df88050ec (patch)
treebaf7212644be95aab2f08dd475d463df356b1f9b /newlib/libc/iconv/Makefile.in
parent8776d090f848b4ba752ba363db8fd0de1e578155 (diff)
newlib: punt unused LIBC_EXTRA_LIB settings
This was added decades ago, but the commit message lacks any explanation, and it was unused when it was merged. It's still unused today. So punt it all.
Diffstat (limited to 'newlib/libc/iconv/Makefile.in')
-rw-r--r--newlib/libc/iconv/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/iconv/Makefile.in b/newlib/libc/iconv/Makefile.in
index 02380cb1c..41fe01b6f 100644
--- a/newlib/libc/iconv/Makefile.in
+++ b/newlib/libc/iconv/Makefile.in
@@ -226,8 +226,6 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
LDFLAGS = @LDFLAGS@
-LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@
-LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@
LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@
LIBC_POSIX_DEF = @LIBC_POSIX_DEF@
LIBC_POSIX_LIB = @LIBC_POSIX_LIB@
@@ -298,7 +296,6 @@ datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
-extra_dir = @extra_dir@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@