21/10/2020 10:17, Ciara Power: > -* ``CONFIG_RTE_ARCH`` is a string that contains the name of the architecture. > -* ``CONFIG_RTE_ARCH_I686``, ``CONFIG_RTE_ARCH_X86_64``, > ``CONFIG_RTE_ARCH_X86_64_32`` or ``CONFIG_RTE_ARCH_PPC_64`` are defined only > if we are building for those architectures. > +* ``RTE_ARCH`` is a string that contains the name of the architecture. > +* ``RTE_ARCH_I686``, ``RTE_ARCH_X86_64``, ``RTE_ARCH_X86_64_32``, > ``RTE_ARCH_PPC_64``, ``RTE_ARCH_ARM``, ``RTE_ARCH_ARMv7`` or > ``RTE_ARCH_ARM64`` are defined only if we are building for those > architectures.
Will merge the fix from David here: CONFIG_RTE_ARCH_X86_64_32 -> CONFIG_RTE_ARCH_X86_X32