From 835545cfd10f48fd97fee02d080b84d85b892804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 30 Sep 2013 04:09:27 +0200 Subject: [PATCH] M68K: drop dupplicate strlen Seems we have our own now. --- src/system/libroot/posix/glibc/arch/m68k/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/libroot/posix/glibc/arch/m68k/Jamfile b/src/system/libroot/posix/glibc/arch/m68k/Jamfile index 84fb984216..c935dc15b5 100644 --- a/src/system/libroot/posix/glibc/arch/m68k/Jamfile +++ b/src/system/libroot/posix/glibc/arch/m68k/Jamfile @@ -124,7 +124,6 @@ local genericSources = w_scalb.c w_scalbf.c # w_scalbl.c w_sinh.c w_sinhf.c # w_sinhl.c # no asm for m68k in glibc - strlen.c w_sqrt.c w_sqrtf.c # w_sqrtl.c ;