From patchwork Mon Mar 16 00:31:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 450356 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2C9251400EA for ; Mon, 16 Mar 2015 11:32:30 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=XIBWHKY/; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B1D9D33080; Mon, 16 Mar 2015 00:32:28 +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 pL+pevaR34JV; Mon, 16 Mar 2015 00:32:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id EDC1832FFE; Mon, 16 Mar 2015 00:32:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 67F4F1C2894 for ; Mon, 16 Mar 2015 00:32:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5CE233305E for ; Mon, 16 Mar 2015 00:32:03 +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 5HKGqnM4vqdK for ; Mon, 16 Mar 2015 00:32:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by silver.osuosl.org (Postfix) with ESMTPS id 1ACDC32FE8 for ; Mon, 16 Mar 2015 00:31:58 +0000 (UTC) Received: by wetk59 with SMTP id k59so27380926wet.3 for ; Sun, 15 Mar 2015 17:31:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=ArFBq2D1bIwsAuIyYPY6KQbD2qDnbi9bt8GA4rnFMJo=; b=XIBWHKY/nbASMPSL+YaimTZXLTXFbGLq6Elty6aRPhe3C3YFvs0hqn7cHCkq49dL58 cILxPbN3aISvonEnfuMXAmRp4K6IMdFWbYdYqAxf7pRq1UrLc8EiABqBYUhfEtJgr0zJ 6KrwZvowcF5vTpSQn/bkjAKorQs8biC5GfHnf7OvMfVUus/phwSuj9RBnGUokaEgLN2+ bnpjRdVfH8UVXWrsF0GkMxXQz/nWq8UkTJ0OeA1YLdNKmWniXIZHLte8I/ICRweakmXW MirJSpSaNHDJArzQuKd3jCNddAfr2yVWOw71Hm5e92LbKJOgOXDtNWqIhpwuztiUYQP6 SPSg== X-Received: by 10.194.174.106 with SMTP id br10mr65921996wjc.21.1426465916736; Sun, 15 Mar 2015 17:31:56 -0700 (PDT) Received: from gourin.bzh.lan (ns304657.ip-46-105-103.eu. [46.105.103.66]) by mx.google.com with ESMTPSA id hd10sm12951192wib.7.2015.03.15.17.31.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 15 Mar 2015 17:31:56 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Mon, 16 Mar 2015 01:31:46 +0100 Message-Id: <531b7e2f32850460b86fb190d6268558f845f89f.1426465664.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: Gwenhael Goavec-Merou , "Yann E. MORIN" , guillaume william brs Subject: [Buildroot] [PATCH 6/7 v5] package/fftw: enable OpenMP if the compiler has that 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Unfortunately, this is limited to internal toolchains; we currently have no way to know if an external toolchain has support for OpenMP. Signed-off-by: "Yann E. MORIN" Cc: guillaume william brs Cc: Gwenhael Goavec-Merou --- package/fftw/fftw.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/fftw/fftw.mk b/package/fftw/fftw.mk index 7b4e64a..8ae0824 100644 --- a/package/fftw/fftw.mk +++ b/package/fftw/fftw.mk @@ -25,5 +25,6 @@ FFTW_CONF_OPTS += $(if $(BR2_ARM_CPU_HAS_NEON),--enable,--disable)-neon # Generic optimisations FFTW_CONF_OPTS += $(if $(BR2_TOOLCHAIN_HAS_THREADS),--enable-threads,--disable-threads) +FFTW_CONF_OPTS += $(if $(BR2_GCC_ENABLE_OPENMP),--enable-openmp,--disable-openmp) $(eval $(autotools-package))