summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-27 18:21:42 +0000
committerngie <ngie@FreeBSD.org>2015-04-27 18:21:42 +0000
commit9f8c86b0c0ed9be720532835d24cd9da1e304eaf (patch)
tree96d7be49106ef72af9eaa043bcaf3e145ceae63f /Makefile
parentb89a2746c3b5e53427a8c8040a2bd9bbc6322543 (diff)
downloadFreeBSD-src-9f8c86b0c0ed9be720532835d24cd9da1e304eaf.zip
FreeBSD-src-9f8c86b0c0ed9be720532835d24cd9da1e304eaf.tar.gz
Fix a typo (linnker -> linker)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c82880a..8ad4af9 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud