From: kettenis Date: Sun, 5 Mar 2023 16:21:52 +0000 (+0000) Subject: arm64 needs -DBOOT_STTY as well. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9d65e5147f77debdcebbed117fc49d62649d9903;p=openbsd arm64 needs -DBOOT_STTY as well. ok miod@ --- diff --git a/sys/arch/arm64/stand/efiboot/Makefile b/sys/arch/arm64/stand/efiboot/Makefile index 64a31a99cea..fbd86b1c292 100644 --- a/sys/arch/arm64/stand/efiboot/Makefile +++ b/sys/arch/arm64/stand/efiboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2023/01/04 13:01:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 2023/03/05 16:21:52 kettenis Exp $ NOMAN= # @@ -46,7 +46,7 @@ SRCS+= adler32.c crc32.c inflate.c inftrees.c CPPFLAGS+= -nostdinc CPPFLAGS+= -I${S} -I. -I${.CURDIR} CPPFLAGS+= -I${EFIDIR}/include -I${EFIDIR}/include/arm64 -CPPFLAGS+= -D_STANDALONE +CPPFLAGS+= -D_STANDALONE -DBOOT_STTY CPPFLAGS+= -DSMALL -DSLOW -DNOBYFOUR -D__INTERNAL_LIBSA_CREAD CPPFLAGS+= -DNEEDS_HEAP_H -DMDRANDOM -DFWRANDOM COPTS+= -Wno-attributes -Wno-format