From e71249a15b3021cd8b657c94dc464e3e6901c63f Mon Sep 17 00:00:00 2001 From: obarthel Date: Mon, 27 Sep 2021 11:00:54 +0200 Subject: [PATCH] Removed the profile_profile.o file from the library to be be built. Added a comment explaining why this was necessary. --- library/libc.gmk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library/libc.gmk b/library/libc.gmk index ac4ff42..1e575a5 100644 --- a/library/libc.gmk +++ b/library/libc.gmk @@ -19,6 +19,10 @@ LIBS += \ ############################################################################## +# Olaf (2019-08-22): Please note that "profile_profil.o" can no longer +# be built, presumably for lack of header files needed +# to build it properly. + C_LIB := \ c.lib_rev.o \ ctype_isalnum.o \ @@ -66,7 +70,6 @@ C_LIB := \ mount_convertinfo.o \ mount_fstatfs.o \ mount_statfs.o \ - profile_profil.o \ signal_checkabort.o \ signal_data.o \ signal_kill.o \