From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [dpdk-dev] [Bug 875] meson build fails on POWER9 with gcc 4.8.5
Date: Wed, 03 Nov 2021 19:43:47 +0000 [thread overview]
Message-ID: <bug-875-3-Cz0h7vNrCE@http.bugs.dpdk.org/> (raw)
In-Reply-To: <bug-875-3@http.bugs.dpdk.org/>
https://bugs.dpdk.org/show_bug.cgi?id=875
David Christensen (drc@linux.vnet.ibm.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
Target Milestone|--- |21.11
Assignee|dev@dpdk.org |drc@linux.vnet.ibm.com
--- Comment #1 from David Christensen (drc@linux.vnet.ibm.com) ---
Duplicated on a CentOS 7.6 POWER9 VM, fixed with the following patch which will
be submitted upstream:
diff --git a/config/ppc/meson.build b/config/ppc/meson.build
index cba8222163..1cba44011f 100644
--- a/config/ppc/meson.build
+++ b/config/ppc/meson.build
@@ -89,7 +89,7 @@ int main() {
else
error('Compiler does not support POWER@0@
platform'.format(cpu))
endif
- if cpu > 8
+ if cpu >= 8
cpu_instruction_set = 'power'+cpu.to_string()
else
error('Compiler does not support POWER@0@
platform'.format(cpu))
--
You are receiving this mail because:
You are the assignee for the bug.
prev parent reply other threads:[~2021-11-03 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-01 16:53 bugzilla
2021-11-03 19:43 ` bugzilla [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-875-3-Cz0h7vNrCE@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).