Line
Link Here
|
0 |
-- a/tools/firmware/seabios-dir-remote/Makefile 2015-06-16 10:00:30.000000000 +0200 |
0 |
++ b/tools/firmware/seabios-dir-remote/Makefile 2016-01-04 23:01:55.072187708 +0100 |
Lines 62-67
COMMONCFLAGS := -I$(OUT) -Isrc -Os -MD -
Link Here
|
62 |
COMMONCFLAGS += $(call cc-option,$(CC),-nopie,) |
62 |
COMMONCFLAGS += $(call cc-option,$(CC),-nopie,) |
63 |
COMMONCFLAGS += $(call cc-option,$(CC),-fno-stack-protector,) |
63 |
COMMONCFLAGS += $(call cc-option,$(CC),-fno-stack-protector,) |
64 |
COMMONCFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,) |
64 |
COMMONCFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,) |
|
|
65 |
COMMONCFLAGS += $(call cc-option,$(CC),-fstack-check=no,) |
65 |
COMMA := , |
66 |
COMMA := , |
66 |
|
67 |
|
67 |
CFLAGS32FLAT := $(COMMONCFLAGS) -DMODE16=0 -DMODESEGMENT=0 |
68 |
CFLAGS32FLAT := $(COMMONCFLAGS) -DMODE16=0 -DMODESEGMENT=0 |