mbox series

[0/3] fix 32-bit meson builds

Message ID 20190527161509.50252-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series fix 32-bit meson builds |

Message

Bruce Richardson May 27, 2019, 4:15 p.m. UTC
  This set fixes some issues seen on the automated CI system with building
on 32-bit Linux distro's using meson and ninja. The fixes are to disable
unsupported parts of the build, and switch the 32-bit builds to always
having large file support, so that make and meson are consistent in that
regard.

Bruce Richardson (3):
  net/nfp: disable nfp for 32-bit meson builds
  build: enable large file support on 32-bit
  build: remove unnecessary large file support defines

 drivers/common/dpaax/dpaax_iova_table.c | 4 ++--
 drivers/net/nfp/meson.build             | 2 +-
 examples/vhost_crypto/meson.build       | 1 -
 examples/vhost_scsi/meson.build         | 1 -
 lib/librte_eal/linux/eal/eal_memalloc.c | 1 -
 lib/librte_eal/linux/eal/eal_memory.c   | 1 -
 lib/librte_vhost/Makefile               | 2 +-
 mk/arch/arm/rte.vars.mk                 | 2 +-
 mk/arch/i686/rte.vars.mk                | 2 +-
 9 files changed, 6 insertions(+), 10 deletions(-)
  

Comments

Luca Boccassi May 28, 2019, 9:46 a.m. UTC | #1
On Mon, 2019-05-27 at 17:15 +0100, Bruce Richardson wrote:
> This set fixes some issues seen on the automated CI system with
> building
> on 32-bit Linux distro's using meson and ninja. The fixes are to
> disable
> unsupported parts of the build, and switch the 32-bit builds to
> always
> having large file support, so that make and meson are consistent in
> that
> regard.
> 
> Bruce Richardson (3):
>   net/nfp: disable nfp for 32-bit meson builds
>   build: enable large file support on 32-bit
>   build: remove unnecessary large file support defines
> 
>  drivers/common/dpaax/dpaax_iova_table.c | 4 ++--
>  drivers/net/nfp/meson.build             | 2 +-
>  examples/vhost_crypto/meson.build       | 1 -
>  examples/vhost_scsi/meson.build         | 1 -
>  lib/librte_eal/linux/eal/eal_memalloc.c | 1 -
>  lib/librte_eal/linux/eal/eal_memory.c   | 1 -
>  lib/librte_vhost/Makefile               | 2 +-
>  mk/arch/arm/rte.vars.mk                 | 2 +-
>  mk/arch/i686/rte.vars.mk                | 2 +-
>  9 files changed, 6 insertions(+), 10 deletions(-)

Series-acked-by: Luca Boccassi <bluca@debian.org>