Bug 130506

Summary: [EFL] Add ARM64 build support
Product: WebKit Reporter: Gabor Rapcsanyi <rgabor>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bunhere, cmarcelo, commit-queue, dbates, gyuyoung.kim, gyuyoung.kim, lucas.de.marchi, ossy, rakuco, sergio, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   
Bug Depends on: 130453, 130454, 130500, 130502    
Bug Blocks:    
Attachments:
Description Flags
proposed patch none

Description Gabor Rapcsanyi 2014-03-20 05:59:27 PDT
Add ARM64 build support to EFL port.
Comment 1 Gabor Rapcsanyi 2014-03-20 06:35:24 PDT
Created attachment 227285 [details]
proposed patch
Comment 2 Gyuyoung Kim 2014-03-24 16:38:36 PDT
Comment on attachment 227285 [details]
proposed patch

rs=me. However, it would be nicer if JS guys take a final look before landing.
Comment 3 Zoltan Herczeg 2014-03-25 05:46:49 PDT
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.
Comment 4 Gabor Rapcsanyi 2014-03-25 06:14:29 PDT
Thanks for the review, I changed what Zoltan suggested.
Patch landed: 
http://trac.webkit.org/changeset/166232
Comment 5 Gyuyoung Kim 2014-03-25 22:45:40 PDT
Thank you for great work for EFL port. BTW, I wonder whether EFL ARM bot compiles EFL port based on ARM64 architecture.
Comment 6 Gabor Rapcsanyi 2014-03-26 00:28:08 PDT
(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.
Comment 7 Gyuyoung Kim 2014-03-26 00:29:34 PDT
(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 !