diff options
author | 2017-08-26 16:26:17 +0000 | |
---|---|---|
committer | 2017-08-26 16:26:17 +0000 | |
commit | c92ffd41039b532831a2477d28ce49f5c25d4e78 (patch) | |
tree | aa1699615ef4bc23fe0e9c2d2f08f93ecd40c1fa | |
parent | Mark decimal constants as unsigned to avoid gcc warning. (diff) | |
download | wireguard-openbsd-c92ffd41039b532831a2477d28ce49f5c25d4e78.tar.xz wireguard-openbsd-c92ffd41039b532831a2477d28ce49f5c25d4e78.zip |
Remove -fno-stack-protector; works fine without it.
ok deraadt@
-rw-r--r-- | libexec/ld.so/aarch64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/aarch64/Makefile.inc b/libexec/ld.so/aarch64/Makefile.inc index f2e0539e451..f8922395ef7 100644 --- a/libexec/ld.so/aarch64/Makefile.inc +++ b/libexec/ld.so/aarch64/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 2017/02/16 08:13:24 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2017/08/26 16:26:17 kettenis Exp $ -CFLAGS += -fpic -fno-stack-protector +CFLAGS += -fpic CFLAGS += -march=armv8-a+nofp+nosimd # this is -msoft-float AFLAGS += -D_STANDALONE CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/aarch64 |