From 9f8c86b0c0ed9be720532835d24cd9da1e304eaf Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 27 Apr 2015 18:21:42 +0000 Subject: Fix a typo (linnker -> linker) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1