L4Re/OLD/libc_newlib

Changeset

30:db490a44d367
2019-12-07 Paul Boddie raw files shortlog changelog graph Excluded string functions, providing them in libc_newlib_string.
Control (file) libc/Makefile (file)
     1.1 --- a/Control	Tue Oct 22 23:07:22 2019 +0200
     1.2 +++ b/Control	Sat Dec 07 00:44:56 2019 +0100
     1.3 @@ -1,3 +1,3 @@
     1.4  provides: libc_newlib
     1.5 -requires: libc_newlib_headers l4re libfsclient_minimal libipc_minimal
     1.6 +requires: libc_newlib_string libc_newlib_headers l4re libfsclient_minimal libipc_minimal
     1.7  maintainer: paul@boddie.org.uk
     2.1 --- a/libc/Makefile	Tue Oct 22 23:07:22 2019 +0200
     2.2 +++ b/libc/Makefile	Sat Dec 07 00:44:56 2019 +0100
     2.3 @@ -35,7 +35,6 @@
     2.4  		$(wildcard $(THISDIR)/reent/*.c) \
     2.5  		$(wildcard $(THISDIR)/stdio/*.c) \
     2.6  		$(wildcard $(THISDIR)/stdlib/*.c) \
     2.7 -		$(wildcard $(THISDIR)/string/*.c) \
     2.8  		\
     2.9  		$(wildcard $(THISDIR)/signal/*.c) \
    2.10  		$(wildcard $(THISDIR)/ssp/*.c) \
    2.11 @@ -50,6 +49,10 @@
    2.12  #		$(wildcard $(THISDIR)/unix/*.c) \
    2.13  #		$(wildcard $(THISDIR)/xdr/*.c) \
    2.14  
    2.15 +# Sources in other libraries.
    2.16 +
    2.17 +#		$(wildcard $(THISDIR)/string/*.c) \
    2.18 +
    2.19  # Convert the filenames to relative paths for SRC_C.
    2.20  
    2.21  SOURCES_RELATIVE = \
    2.22 @@ -145,7 +148,7 @@
    2.23  
    2.24  PRIVATE_INCDIR	+= $(PKGDIR)/libm/common
    2.25  
    2.26 -REQUIRES_LIBS	= libc_newlib_headers l4re libfsclient_minimal
    2.27 +REQUIRES_LIBS	= libc_newlib_string libc_newlib_headers l4re libfsclient_minimal
    2.28  
    2.29  include $(L4DIR)/mk/lib.mk
    2.30