diff --git a/compat/arm/eabi/bsd.eabi.mk b/compat/arm/eabi/bsd.eabi.mk index 35d75d6d1b30..44b5b5c305d1 100644 --- a/compat/arm/eabi/bsd.eabi.mk +++ b/compat/arm/eabi/bsd.eabi.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.eabi.mk,v 1.5 2015/07/05 20:19:29 matt Exp $ +# $NetBSD: bsd.eabi.mk,v 1.6 2023/05/13 10:56:08 riastradh Exp $ .if !defined(MLIBDIR) @@ -29,7 +29,7 @@ ARM_MACHINE_ARCH= earm ARM_LD= -m armelf_nbsd_eabi .endif -EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin +EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin LIBC_MACHINE_ARCH= ${ARM_MACHINE_ARCH} LIBGCC_MACHINE_ARCH= ${ARM_MACHINE_ARCH} diff --git a/compat/arm/eabihf/bsd.eabihf.mk b/compat/arm/eabihf/bsd.eabihf.mk index d98ef011a357..b6386fcd58ae 100644 --- a/compat/arm/eabihf/bsd.eabihf.mk +++ b/compat/arm/eabihf/bsd.eabihf.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.eabihf.mk,v 1.3 2015/06/24 22:20:24 matt Exp $ +# $NetBSD: bsd.eabihf.mk,v 1.4 2023/05/13 10:56:08 riastradh Exp $ .if !defined(MLIBDIR) @@ -29,7 +29,7 @@ ARM_MACHINE_ARCH= earmhf ARM_LD= -m armelf_nbsd_eabihf .endif -EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin +EARM_COMPAT_FLAGS+= -B ${TOOLDIR}/aarch64--netbsd/bin LIBC_MACHINE_ARCH= ${ARM_MACHINE_ARCH} LIBGCC_MACHINE_ARCH= ${ARM_MACHINE_ARCH} diff --git a/compat/dirshack/Makefile b/compat/dirshack/Makefile index d88f75c32f34..1645d2882c3f 100644 --- a/compat/dirshack/Makefile +++ b/compat/dirshack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/08/17 16:22:27 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2023/05/13 10:56:08 riastradh Exp $ # hacky method to get compat multilib base objdirs created before # make tries to go create the subdirs used for builds. @@ -8,7 +8,7 @@ # and from there into the ../../lib dirs, it ends up setting the forced # MAKEOBJDIR to something based upon ${.CURDIR}, since the objdir # doesn't exist yet. -# +# # our solution is simple - from this Makefile we traverse the same list # of $arch/$libtype's with "BOOTSTRAP_SUBDIR=". then the compat/Makefile # handles these subdirs as normal, with the base objdir created. diff --git a/compat/exec.mk b/compat/exec.mk index a1c604b4e82f..f315859b234f 100644 --- a/compat/exec.mk +++ b/compat/exec.mk @@ -1,4 +1,4 @@ -# $NetBSD: exec.mk,v 1.6 2021/05/31 02:10:37 simonb Exp $ +# $NetBSD: exec.mk,v 1.7 2023/05/13 10:56:08 riastradh Exp $ # this makefile fragment can be included to modify the default # ABI a program is compiled with. this is designed to be used @@ -7,7 +7,7 @@ # currently this file is used by these Makefiles: # -# external/bsd/ipf/Makefile.inc +# external/bsd/ipf/Makefile.inc # sbin/savecore/Makefile # usr.bin/fstat/Makefile # usr.bin/netstat/Makefile @@ -25,7 +25,7 @@ # anyone who needs kvm-access on crash dumps can build their # own 64 bit version as necessary. ipfilter doesn't use # 64-bit alignment/size safe structures. -# +# # mips64 defaults to 32 bit userland, but with a 64 bit kernel # most kvm-using tools are happier with 64 bit.