mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-29 19:48:43 +01:00
speedo: Enable additional runtime protections on Windows.
* build-aux/speedo.mk (speedo_w32_cflags): Remove -mms-bitfields
because it is for a long time the gcc default. Enable control flow
protection.
--
Note that due to mingw static linking problems with libssp the stack
protector is not yet enabled.
(cherry picked from commit afe87ffc08
)
This commit is contained in:
parent
18081e2ecf
commit
39aa206dc5
@ -702,7 +702,7 @@ ifeq ($(TARGETOS),w32)
|
|||||||
--build-w64)
|
--build-w64)
|
||||||
speedo_host_build_option := --host=$(host) --build=$(build)
|
speedo_host_build_option := --host=$(host) --build=$(build)
|
||||||
speedo_host_build_option6 := --host=$(host6) --build=$(build)
|
speedo_host_build_option6 := --host=$(host6) --build=$(build)
|
||||||
speedo_w32_cflags := -mms-bitfields
|
speedo_w32_cflags := -fcf-protection=full
|
||||||
else
|
else
|
||||||
speedo_autogen_buildopt :=
|
speedo_autogen_buildopt :=
|
||||||
host :=
|
host :=
|
||||||
|
Loading…
Reference in New Issue
Block a user