From patchwork Tue Jun 11 08:44:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Esben Haabendal X-Patchwork-Id: 1113580 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=geanix.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=geanix.com header.i=@geanix.com header.b="fLDPcw0B"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45NNpZ6Rw8z9s00 for ; Tue, 11 Jun 2019 18:44:22 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F2E486B43; Tue, 11 Jun 2019 08:44:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8yCa4coLIL8m; Tue, 11 Jun 2019 08:44:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6E4B786A0C; Tue, 11 Jun 2019 08:44:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 900FC1BF360 for ; Tue, 11 Jun 2019 08:44:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 8CEB987A6E for ; Tue, 11 Jun 2019 08:44:15 +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 uyGOpOr1xjR6 for ; Tue, 11 Jun 2019 08:44:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from first.geanix.com (first.geanix.com [116.203.34.67]) by hemlock.osuosl.org (Postfix) with ESMTPS id 5B15F87A30 for ; Tue, 11 Jun 2019 08:44:14 +0000 (UTC) Received: from localhost (unknown [193.163.1.7]) by first.geanix.com (Postfix) with ESMTPSA id B69251506 for ; Tue, 11 Jun 2019 08:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1560242511; bh=hUsfuZ3G81kAS8fUxgm8qvj5EDb11vgoFtFgNHYQqno=; h=From:To:Subject:Date:In-Reply-To:References; b=fLDPcw0B+6StdP4fMuLJiBlfkvAhie8+6MP45Q8jFvoBPz+UvfGdprzHxtRQPsuDu ZODqQXQbXaTqfMqM3adOfR/UOPum3oMXSatP05Urj56xTMlszinTTZUZDLiulptEYJ K+AZR1FhSFH6hzJgf1wvRhK8pixuEPpEpkGwaI+cLXV3YjIYBHWqo/47ZhAeqLjatZ 7y9EFlhytC9qJKgnxiOfTMNH04oed1q0uATUoI5Ge0U/Lu6U0x1ShtL/4WSdcthCU9 PUOIyFlfJLR5RV6PepsQG4tk65D7WTNl7Q97CBXPB1usOWfrFWAvoVIF/C/o2Ar4n5 I2P74W2IAY5VA== From: Esben Haabendal To: buildroot@buildroot.org Date: Tue, 11 Jun 2019 10:44:10 +0200 Message-Id: <20190611084410.4422-2-esben@geanix.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190611084410.4422-1-esben@geanix.com> References: <20190611084410.4422-1-esben@geanix.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH v2 2/2] package/openblas: Handle new westmere target architecture X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Nehalem, the predecessor to westmere, is best match for westmere architecture in current openblas. Signed-off-by: Esben Haabendal --- package/openblas/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/openblas/Config.in b/package/openblas/Config.in index 8e71a43f982c..c8a516bb9f93 100644 --- a/package/openblas/Config.in +++ b/package/openblas/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_OPENBLAS_DEFAULT_TARGET default "PRESCOTT" if BR2_x86_prescott || BR2_x86_nocona default "BANIAS" if BR2_x86_pentium_m default "CORE2" if BR2_x86_core2 - default "NEHALEM" if BR2_x86_corei7 || BR2_x86_silvermont + default "NEHALEM" if BR2_x86_corei7 || BR2_x86_westmere || BR2_x86_silvermont default "SANDYBRIDGE" if BR2_x86_corei7_avx default "HASWELL" if BR2_x86_core_avx2 default "ATOM" if BR2_x86_atom