diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-05 15:37:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-05 15:37:29 +0000 |
commit | b28d7e658328f9f57c01e29ab400b10c9f9299a8 (patch) | |
tree | 275d597082356a93642aa299ab19689414c687f4 /lib/libc | |
parent | 831baa6a64849717d6a93e89863fb5d0c672dad7 (diff) |
remove --no-execute-only seatbelt
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/mips64/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arch/mips64/Makefile.inc b/lib/libc/arch/mips64/Makefile.inc index 25deab18860..651050b27ad 100644 --- a/lib/libc/arch/mips64/Makefile.inc +++ b/lib/libc/arch/mips64/Makefile.inc @@ -1,5 +1,3 @@ -# $OpenBSD: Makefile.inc,v 1.4 2023/01/11 17:00:20 deraadt Exp $ - -LDADD+= -Wl,--no-execute-only +# $OpenBSD: Makefile.inc,v 1.5 2023/02/05 15:37:28 deraadt Exp $ CERROR= cerror.S |