X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f222.google.com (mail-bw0-f222.google.com [209.85.218.222]) by lists.alpinelinux.org (Postfix) with ESMTP id 3C4C81EB598 for ; Fri, 30 Apr 2010 16:27:44 +0000 (UTC) Received: by bwz22 with SMTP id 22so282308bwz.25 for ; Fri, 30 Apr 2010 09:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2zEEyHWaqt/J5SZz5G7ocJgGtWAKamqHOyoOLreUTg0=; b=JfQSONGx4p+wlFAaH9mLTH8EmUvyxujHELheEmpC5DgRaZ0ZUD3uOC2AqBSbAj9put 8cL9NsvnMwnsh7rmIJii5OSCJQXsHeERKJS0FnlnotvvufIVa6qi2uAPbQfvBK4/YPiu khRweZkwd10vz09jl7vwe/ACBAo73iTBPfI7w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Z6txI7VZLMk937tl5Q90/Wff6Vk6aVtXn31DBYNMoBNFFaqioso/rsAghR1g7ibZPN 6pjhWMqkA7r/j5uxokcFDkApV8nyB6aJr9753whMDrvFBLqjCvlOivvCFfQlnRmeAVj1 Xu9tnEWz0uPkvnllYqGTkF/P3ZdrciUxB5hkU= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.204.131.198 with SMTP id y6mr7261993bks.4.1272644863665; Fri, 30 Apr 2010 09:27:43 -0700 (PDT) Received: by 10.204.98.135 with HTTP; Fri, 30 Apr 2010 09:27:43 -0700 (PDT) Date: Fri, 30 Apr 2010 18:27:43 +0200 Message-ID: Subject: [alpine-devel] nptl status report From: Natanael Copa To: Alpine Developers Content-Type: text/plain; charset=ISO-8859-1 Hi, So, Timo and I have been working on uclibc with nptl. things that have happened: * We have fixed all major issues so compiling things with nptl should work. * Lots of patches have been sent to uclibc developers and have been applied. * Upstream uclibc have finally merged the nptl branch to master * We have started look info how to perform an upgrade of nptl - we figured that we need change the abi version number to be able to clean upgrades. * Changing ABI version requires a bootstrap of toolchain (gcc/uclibc/binutils). * Bootstrapping uclibc-nptl development environment requires cross compilation to work. So basicly, last week was getting uclibc-nptl work at all, this week have been work on crosscompilation. The nice thing with making crosscompile work is that it brings us half way to x86_64, arm, mips. We have been able to build a cross compiler using crosstools-ng, make minor fixes so we can use the apkbuilds for crosscompile and at writing moment it looks like we have a working sysroot with working native toolchain. So next week we will try bootstrap new abuild and have a new fresh nptl powered build environment. Have a nice weekend everyone. -- Natanael Copa --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---