mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Remove CFLAGS parameter in cc-option
With cc-option we are testing if gcc just accept a particular option, we don't need CFLAGS at all. And this fixes the recursive problem with CFLAGS Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0859df68df
commit
8a2e6ab501
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ VPATH=$(SRC_PATH)/pc-bios/optionrom
|
|||
|
||||
CFLAGS = -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer -fno-builtin
|
||||
CFLAGS += -I$(SRC_PATH)
|
||||
CFLAGS += $(call cc-option, $(CFLAGS), -fno-stack-protector,"")
|
||||
CFLAGS += $(call cc-option, -fno-stack-protector,"")
|
||||
|
||||
build-all: multiboot.bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue