mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +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
@ -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)/include
|
||||||
asflags-y += -iquote $(SRC_DIR)/$(ARCH_DIR)
|
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
|
# STD plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user