Commit 2badc1d3 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: arm -- Use syscalls-asm-y-asmflags instead of CFLAGS

CFLAGS can be overriden, we need own flags here.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Tested-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e02bc20b
...@@ -19,8 +19,8 @@ SYS-GEN-TBL := gen-sys-exec-tbl.pl ...@@ -19,8 +19,8 @@ SYS-GEN-TBL := gen-sys-exec-tbl.pl
SYS-EXEC-TBL := sys-exec-tbl.c SYS-EXEC-TBL := sys-exec-tbl.c
CFLAGS += -fpie -Wstrict-prototypes -Wa,--noexecstack syscalls-asm-y-asmflags += -fpie -Wstrict-prototypes -Wa,--noexecstack
CFLAGS += -nostdlib -fomit-frame-pointer -I$(obj) syscalls-asm-y-asmflags += -nostdlib -fomit-frame-pointer -I$(obj)
ASMFLAGS += -D__ASSEMBLY__ ASMFLAGS += -D__ASSEMBLY__
ARCH_BITS := 32 ARCH_BITS := 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment