Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754589Ab3C2KnA (ORCPT ); Fri, 29 Mar 2013 06:43:00 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:55791 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751105Ab3C2Km6 (ORCPT ); Fri, 29 Mar 2013 06:42:58 -0400 From: Arnd Bergmann To: Ley Foon Tan Subject: Re: Generic syscall ABI support Date: Fri, 29 Mar 2013 10:42:52 +0000 User-Agent: KMail/1.12.2 (Linux/3.8.0-13-generic; KDE/4.3.2; x86_64; ; ) Cc: "H. Peter Anvin" , Rob Landley , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org References: <1364532097.18069.7@driftwood> <51551E60.4070708@zytor.com> <1364550599.7481.8.camel@leyfoon-vm> In-Reply-To: <1364550599.7481.8.camel@leyfoon-vm> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201303291042.52284.arnd@arndb.de> X-Provags-ID: V02:K0:ua5EyTjPlwzLtNMdnrSZRgOEBkH2tZLx7Pbk6aOWPAI s2js7QCRnCEkWm39N4Em8V2kUDHFhdz2ablpq/+VRwzQ1poyR2 USfRHPp5wT1sVr4AyaK97vcHsW1VF6N/6yg9JJ1qrOXzacvxM1 9tdRdt/bZQDblvFjwPpuPA5XpymY0pkUc+1vX8oCdsm5FNO+IU r89g0Ff7vzABK8TsGkSW0QZXNsrtaxbAL3E3JbnfMBco1WBrQN 5hkdiTXEVxsTJBrgy33m2NMTmTGYHoBI1GRykaeJv0mt8Xuxo4 ozPs0dRETVjbiv1tpGW0NJkY0/WWcXBezuvbMPtvW8gDTeSuBk ou+0VhENwU2mgQsy6OiI= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1098 Lines: 27 On Friday 29 March 2013, Ley Foon Tan wrote: > > > Thanks for the suggestion. > Too bad we don't have in-house expert in klibc and musl port. > > Hi HPA, > I knew you are the developer of klibc. Do you have any documentation to > port a new architecture and also how to replace glibc with klibc in > build? > > By the way, klibc or musl is easier to port? I have no experience with musl, but klibc is probably the easiest to port that you can find. Doing a new port doesn't require any prior knowledge of klibc itself, the code is so small that any experienced C programmer can understand it entirely in short time and do a new port. However, it is also not meant as a general purpose libc or a glibc replacement, as there is a very limited set of code that can use it. It's certainly complete enough to test that the ABI itself is working. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/