diff options
Diffstat (limited to 'sys/arch/armv7/stand/efiboot/Makefile')
-rw-r--r-- | sys/arch/armv7/stand/efiboot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/armv7/stand/efiboot/Makefile b/sys/arch/armv7/stand/efiboot/Makefile index f769148f6ae..a549b9802d1 100644 --- a/sys/arch/armv7/stand/efiboot/Makefile +++ b/sys/arch/armv7/stand/efiboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2023/02/23 19:48:22 miod Exp $ +# $OpenBSD: Makefile,v 1.20 2023/09/06 01:47:37 jsg Exp $ NOMAN= # @@ -51,9 +51,6 @@ COPTS+= -ffreestanding -fno-stack-protector COPTS+= -fshort-wchar -fPIC -fno-builtin COPTS+= -Wall -Werror COPTS+= -mfloat-abi=soft -# XXX Workaround for zlib + clang 15 -# https://github.com/madler/zlib/issues/633 -COPTS+= -Wno-deprecated-non-prototype -Wno-unknown-warning-option PROG.elf= ${PROG:S/.EFI/.elf/} CLEANFILES+= ${PROG.elf} ${PROG.elf}.tmp |