From patchwork Sat Nov 21 19:53:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jaap Crezee X-Patchwork-Id: 547236 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id DAE0914018C for ; Sun, 22 Nov 2015 06:53:42 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6FDF795AD2; Sat, 21 Nov 2015 19:53:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U5yXZmvpU1mw; Sat, 21 Nov 2015 19:53:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 1088C95A4D; Sat, 21 Nov 2015 19:53:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id EDB851C1513 for ; Sat, 21 Nov 2015 19:53:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E603A2EDEC for ; Sat, 21 Nov 2015 19:53:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kZb-ja1C+HGO for ; Sat, 21 Nov 2015 19:53:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from jcz.nl (jcz.nl [94.126.37.106]) by silver.osuosl.org (Postfix) with ESMTPS id 4E2AF2EA28 for ; Sat, 21 Nov 2015 19:53:36 +0000 (UTC) Received: (qmail 28373 invoked by uid 210); 21 Nov 2015 19:53:34 -0000 Received: from 37.153.194.28 by www.jcz.nl (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.95.3/10458. spamassassin: 3.2.1. perlscan: 1.25st. Clear:RC:1(37.153.194.28):. Processed in 0.020364 secs); 21 Nov 2015 19:53:34 -0000 Received: from hoevelaken.jcz.nl (HELO ?10.0.1.3?) (jaap@jcz.nl@37.153.194.28) by jcz.nl with ESMTPA; 21 Nov 2015 19:53:34 -0000 References: <20151020162527.GA3738@free.fr> To: Martin Bark , "Yann E. MORIN" From: Jaap Crezee Organization: JCZ-Automatisering Message-ID: <5650CBBE.4080604@jcz.nl> Date: Sat, 21 Nov 2015 20:53:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Cc: Thomas Petazzoni , buildroot@buildroot.org Subject: Re: [Buildroot] [PATCH 2/2 v3] package/nodejs: add version 4.1.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: jaap@jcz.nl Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Hi all, Can somebody please add the following (might not be completely right, that's why I post it like this): [jaap@jaap /data/work/zupr/git/buildroot ]$ git diff [jaap@jaap /data/work/zupr/git/buildroot ]$ To my oppinion Neon is a VFPv2 succesor. NodeJS builds and runs fine with Neon selected instead of VFPv2 for Cortex-A9. Kind regards, Jaap Crezee diff --git a/package/nodejs/Config.in b/package/nodejs/Config.in index 5128901..8d0ecad 100644 --- a/package/nodejs/Config.in +++ b/package/nodejs/Config.in @@ -32,7 +32,7 @@ config BR2_PACKAGE_NODEJS_V8_ARCH_SUPPORTS # On supported architectures other than ARM, no special requirement default y if !BR2_arm # On ARM, at least ARMv6+ with VFPv2+ is needed - default y if !BR2_ARM_CPU_ARMV5 && BR2_ARM_CPU_HAS_VFPV2 + default y if !BR2_ARM_CPU_ARMV5 && BR2_ARM_CPU_HAS_VFPV2 || BR2_ARM_CPU_HAS_NEON choice prompt "Node.js version"