Index: head/devel/eastl/Makefile =================================================================== --- head/devel/eastl/Makefile +++ head/devel/eastl/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= aarch64 armv6 armv7 +NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= test/packages/EABase/include/Common/EABase/config/eaplatform.h:436:4: error: Unknown processor USES= cmake compiler:c++14-lang Index: head/devel/eastl/files/patch-test_packages_EABase_include_Common_EABase_config_eaplatform.h =================================================================== --- head/devel/eastl/files/patch-test_packages_EABase_include_Common_EABase_config_eaplatform.h +++ head/devel/eastl/files/patch-test_packages_EABase_include_Common_EABase_config_eaplatform.h @@ -0,0 +1,14 @@ +--- test/packages/EABase/include/Common/EABase/config/eaplatform.h.orig 2019-10-23 16:31:46 UTC ++++ test/packages/EABase/include/Common/EABase/config/eaplatform.h +@@ -449,6 +449,11 @@ + #define EA_PROCESSOR_POWERPC_32 1 + #define EA_SYSTEM_BIG_ENDIAN 1 + #define EA_PLATFORM_DESCRIPTION "BSD on PowerPC" ++ #elif defined(__arm__) ++ #define EA_ABI_ARM_LINUX 1 // a.k.a. "ARM eabi" ++ #define EA_PROCESSOR_ARM32 1 ++ #define EA_SYSTEM_LITTLE_ENDIAN 1 ++ #define EA_PLATFORM_DESCRIPTION "BSD on ARM" + #else + #error Unknown processor + #error Unknown endianness