[dpdk-dev] [PATCH 10/11] mk: add makefile and config changes for armv8 architecture

Jan Viktorin viktorin at rehivetech.com
Mon Oct 26 17:22:01 CET 2015


On Fri, 23 Oct 2015 15:17:12 +0100
David Hunt <david.hunt at intel.com> wrote:

>  
> +# ARMv8 CPU flags
> +ifneq ($(filter $(AUTO_CPUFLAGS),__aarch64__),)
> +CPUFLAGS += AARCH64
> +endif
> +
> +ifneq ($(filter $(AUTO_CPUFLAGS),__aarch32__),)
> +CPUFLAGS += AARCH32
> +endif
> +

I think, this should go with the ARMv7 series.

Jan

-- 
   Jan Viktorin                  E-mail: Viktorin at RehiveTech.com
   System Architect              Web:    www.RehiveTech.com
   RehiveTech
   Brno, Czech Republic


More information about the dev mailing list