DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson
@ 2017-12-19 10:52 Bruce Richardson
  2017-12-19 10:52 ` [dpdk-dev] [PATCH 1/2] build: remove architecture flag as default C flag Bruce Richardson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bruce Richardson @ 2017-12-19 10:52 UTC (permalink / raw)
  To: dev; +Cc: bluca, jerin.jacob, hemant.agrawal, Bruce Richardson

While meson has built-in support for cross-compilation, there can be things
inside the meson.build files which cause problems in a cross-compile
environment. This patchset fixes a number of issues found when doing test
builds for arm architecture.

NOTE: this patchset only contains the fixes made to existing code. The
additional files needed for building for an arm target will be sent out as
an RFC patch separately, to be picked up by those more familiar with arm
architecture and hopefully turned into a production-ready patchset. The
resulting arm build was not test run on any platform.

Bruce Richardson (2):
  build: remove architecture flag as default C flag
  net/pcap: fix cross compilation

 app/test-pmd/meson.build          |  1 +
 buildtools/pmdinfogen/meson.build |  3 +--
 config/meson.build                |  8 ++++++--
 drivers/meson.build               |  2 +-
 drivers/net/i40e/meson.build      |  2 +-
 drivers/net/ixgbe/meson.build     |  2 +-
 drivers/net/pcap/meson.build      | 21 +++++++++++++++------
 examples/meson.build              |  2 +-
 lib/meson.build                   |  2 +-
 meson.build                       |  2 +-
 10 files changed, 29 insertions(+), 16 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-19 14:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19 10:52 [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson Bruce Richardson
2017-12-19 10:52 ` [dpdk-dev] [PATCH 1/2] build: remove architecture flag as default C flag Bruce Richardson
2017-12-19 10:52 ` [dpdk-dev] [PATCH 2/2] net/pcap: fix cross compilation Bruce Richardson
2017-12-19 13:25 ` [dpdk-dev] [PATCH 0/2] Enable cross-compilation of DPDK with meson Luca Boccassi
2017-12-19 14:30   ` Bruce Richardson

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).