Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161577651
D22131.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22131.id.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 12:58 AM (24 m, 27 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34730590
Default Alt Text
D22131.id.diff (1 KB)
Attached To
Mode
D22131: devel/eastl: fix build on armv*
Attached
Detach File
Event Timeline
Log In to Comment