summaryrefslogtreecommitdiffstats
path: root/newlib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index a8ad97bf8..f1aafa8f6 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -94,6 +94,7 @@ PACKAGE = @PACKAGE@
POSIX_OBJECTLIST = @POSIX_OBJECTLIST@
RANLIB = @RANLIB@
SIGNAL_OBJECTLIST = @SIGNAL_OBJECTLIST@
+STDIO64_OBJECTLIST = @STDIO64_OBJECTLIST@
STRIP = @STRIP@
SYSCALL_OBJECTLIST = @SYSCALL_OBJECTLIST@
SYS_MACH_OBJECTLIST = @SYS_MACH_OBJECTLIST@
@@ -201,6 +202,7 @@ LIBC_OBJECTLISTS = \
$(SIGNAL_OBJECTLIST) \
$(SYSCALL_OBJECTLIST) \
$(UNIX_OBJECTLIST) \
+ $(STDIO64_OBJECTLIST) \
libc/argz/objectlist.awk.in \
libc/stdlib/objectlist.awk.in \
libc/time/objectlist.awk.in \