[CRIU] [PATCH 1/2] pie: always build in arm mode

Alexander Kartashov alekskartashov at parallels.com
Tue Jun 11 01:27:02 EDT 2013


On 06/11/2013 08:18 AM, Chanho Park wrote:
> Parasite blobs should be compiled in arm mode.
>
> Signed-off-by: Chanho Park <chanho61.park at samsung.com>
> Signed-off-by: Myungjoo Ham <myungjoo.ham at samsung.com>
> ---
>   pie/Makefile |    3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/pie/Makefile b/pie/Makefile
> index 52e5eb0..b7940b8 100644
> --- a/pie/Makefile
> +++ b/pie/Makefile
> @@ -14,6 +14,9 @@ restorer-obj-e		+= $(ARCH_DIR)/vdso-pie.o
>   restorer-libs-e		+= $(SYSCALL-LIB)
>   
>   cflags-y		+= -DCR_NOGLIBC -fpie  -Wa,--noexecstack -fno-stack-protector
> +ifeq ($(ARCH), arm)
> +	cflags-y	+= -marm
> +endif
>   ASMFLAGS		+= -D__ASSEMBLY__
>   
>   GEN-OFFSETS		:= gen-offsets.sh

The patch is
Acked-by: Alexander Kartashov <alekskartashov at parallels.com>

-- 
Sincerely yours,
Alexander Kartashov

Intern
Core team

www.parallels.com

Skype: aleksandr.kartashov
Email: alekskartashov at parallels.com



More information about the CRIU mailing list