diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-27 18:21:42 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-27 18:21:42 +0000 |
commit | 9f8c86b0c0ed9be720532835d24cd9da1e304eaf (patch) | |
tree | 96d7be49106ef72af9eaa043bcaf3e145ceae63f | |
parent | b89a2746c3b5e53427a8c8040a2bd9bbc6322543 (diff) | |
download | FreeBSD-src-9f8c86b0c0ed9be720532835d24cd9da1e304eaf.zip FreeBSD-src-9f8c86b0c0ed9be720532835d24cd9da1e304eaf.tar.gz |
Fix a typo (linnker -> linker)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ kernel-toolchains: .if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets) TARGETS?=amd64 arm i386 mips pc98 powerpc sparc64 # XXX Add arm64 to universe only if we have an external binutils installed. -# It does not build with the in-tree linnker. +# It does not build with the in-tree linker. .if exists(/usr/local/aarch64-freebsd/bin/ld) TARGETS+=arm64 TARGET_ARCHES_arm64?= aarch64 |