Summary: | [EFL] Add ARM64 build support | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Gabor Rapcsanyi <rgabor> | ||||
Component: | WebKit EFL | Assignee: | 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
Gabor Rapcsanyi
2014-03-20 05:59:27 PDT
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 ! |