-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34881/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-2786
https://issues.apache.org/jira/browse/MESOS-2786
Repository: mesos
Description
-------
To compile libprocess on arm64(aarch64) servers, we need to
add patches for 3rd software to recognize aarch64 architecture
and replace x86 assemble language to standard gcc buildin function
Diffs
-----
3rdparty/libprocess/3rdparty/Makefile.am
519e38c2c22904e75f36b936142a915a8f615b21
3rdparty/libprocess/3rdparty/glog-0.3.3.patch
76b8c0fe3b4615371e265bab713d62c896b7c3d6
3rdparty/libprocess/3rdparty/libev-4.15.patch
bbd83e6928e6caba3bc5a9739823d60923cfaa2a
3rdparty/libprocess/3rdparty/protobuf-2.5.0.patch PRE-CREATION
Diff: https://reviews.apache.org/r/34881/diff/
Testing
-------
Build and run mesos-mater/mesos-slave succesly on arm64 server.
Thanks,
Dong Robin