All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix compilation on FreeBSD
@ 2018-04-27  2:43 Thomas Monjalon
  2018-04-27  2:43 ` [PATCH 1/2] eal: fix build with glibc < 2.16 Thomas Monjalon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-04-27  2:43 UTC (permalink / raw)
  To: dev

The compilation was broken on FreeBSD due to the commit
for auxv, implemented only for Linux in the common files.

Thomas Monjalon (2):
  eal: fix build with glibc < 2.16
  eal: fix build on FreeBSD

 lib/librte_eal/bsdapp/eal/Makefile                 |  1 +
 lib/librte_eal/bsdapp/eal/eal_cpuflags.c           | 21 ++++++
 lib/librte_eal/bsdapp/eal/meson.build              |  1 +
 lib/librte_eal/common/eal_common_cpuflags.c        | 79 ----------------------
 lib/librte_eal/linuxapp/eal/Makefile               |  1 +
 .../eal/eal_cpuflags.c}                            | 49 +-------------
 lib/librte_eal/linuxapp/eal/meson.build            |  1 +
 7 files changed, 27 insertions(+), 126 deletions(-)
 create mode 100644 lib/librte_eal/bsdapp/eal/eal_cpuflags.c
 copy lib/librte_eal/{common/eal_common_cpuflags.c => linuxapp/eal/eal_cpuflags.c} (60%)

-- 
2.16.2

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

end of thread, other threads:[~2018-04-30 13:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-27  2:43 [PATCH 0/2] fix compilation on FreeBSD Thomas Monjalon
2018-04-27  2:43 ` [PATCH 1/2] eal: fix build with glibc < 2.16 Thomas Monjalon
2018-04-30 13:13   ` Aaron Conole
2018-04-27  2:43 ` [PATCH 2/2] eal: fix build on FreeBSD Thomas Monjalon
2018-04-30 13:17   ` Aaron Conole
2018-04-27  9:03 ` [PATCH 0/2] fix compilation " Maxime Coquelin
2018-04-27  9:16   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.