Commit 338f3aa7 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

compel: make -- Add general assembly flags

Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 12ca3825
......@@ -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
......
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