mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
compel: make -- Add general assembly flags
Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
12ca38255c
commit
338f3aa7b7
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ ccflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)/include
|
|||
asflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)/include
|
||||
asflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)
|
||||
|
||||
# General flags for assembly
|
||||
asflags-y += -Wstrict-prototypes -Wa,--noexecstack
|
||||
asflags-y += -D__ASSEMBLY__ -nostdlib -fomit-frame-pointer
|
||||
|
||||
|
||||
#
|
||||
# STD plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue