aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-21 07:04:19 -0500
committerMike Frysinger <vapier@gentoo.org>2022-01-21 17:29:46 -0500
commitdcb25665be227fb5a05497b7178a3d5df88050ec (patch)
treebaf7212644be95aab2f08dd475d463df356b1f9b /newlib/libc/stdlib
parent8776d090f848b4ba752ba363db8fd0de1e578155 (diff)
downloadnewlib-dcb25665be227fb5a05497b7178a3d5df88050ec.zip
newlib-dcb25665be227fb5a05497b7178a3d5df88050ec.tar.gz
newlib-dcb25665be227fb5a05497b7178a3d5df88050ec.tar.bz2
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/stdlib')
-rw-r--r--newlib/libc/stdlib/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in
index 9ec65b4..4ca8b60 100644
--- a/newlib/libc/stdlib/Makefile.in
+++ b/newlib/libc/stdlib/Makefile.in
@@ -345,8 +345,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@
@@ -417,7 +415,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@