compat: Nix trailing whitespace.

No functional change intended.
thorpej-altq-separation
riastradh 2023-05-13 10:56:08 +00:00
parent 10af6ae44b
commit af3f411dce
4 changed files with 9 additions and 9 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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.

View File

@ -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.