x86: remove endbr32 in Ubuntu 20.04 with a CPU newer than Comet Lake
This commit is contained in:
parent
98ff649a54
commit
0f6f91dee3
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
CFLAGS += -m32 -fno-pic -fno-omit-frame-pointer -march=i386
|
CFLAGS += -m32 -fno-pic -fno-omit-frame-pointer -march=i386
|
||||||
|
CFLAGS += -fcf-protection=none # remove endbr32 in Ubuntu 20.04 with a CPU newer than Comet Lake
|
||||||
ASFLAGS += -m32 -fno-pic
|
ASFLAGS += -m32 -fno-pic
|
||||||
LDFLAGS += -melf_i386
|
LDFLAGS += -melf_i386
|
||||||
|
|
Loading…
Add table
Reference in a new issue