Add ARM64 build support to EFL port.
Created attachment 227285 [details] proposed patch
Comment on attachment 227285 [details] proposed patch rs=me. However, it would be nicer if JS guys take a final look before landing.
Comment on attachment 227285 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=227285&action=review > Source/WTF/wtf/Platform.h:155 > +#if defined(__arm64__) && defined(__APPLE__) || defined(__aarch64__) I would put a bracket around the && part.
Thanks for the review, I changed what Zoltan suggested. Patch landed: http://trac.webkit.org/changeset/166232
Thank you for great work for EFL port. BTW, I wonder whether EFL ARM bot compiles EFL port based on ARM64 architecture.
(In reply to comment #5) > Thank you for great work for EFL port. BTW, I wonder whether EFL ARM bot compiles EFL port based on ARM64 architecture. Yes, the EFL port is now building for ARM64 and also we have an EFL ARM64 builder bot here: http://build.webkit.sed.hu/waterfall We have some problems with the dependencies so they are built by hand now. If we can solve this in the future we can connect this bot to the Apple master.
(In reply to comment #6) > (In reply to comment #5) > > Thank you for great work for EFL port. BTW, I wonder whether EFL ARM bot compiles EFL port based on ARM64 architecture. > > Yes, the EFL port is now building for ARM64 and also we have an EFL ARM64 builder bot here: http://build.webkit.sed.hu/waterfall > > We have some problems with the dependencies so they are built by hand now. If we can solve this in the future we can connect this bot to the Apple master. Nice. I hope to see it on build.webkit.org in near future. Thanks a lot !