Date: Mon, 27 Apr 2015 18:21:42 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282108 - head Message-ID: <201504271821.t3RILg5W010486@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Apr 27 18:21:42 2015 New Revision: 282108 URL: https://svnweb.freebsd.org/changeset/base/282108 Log: Fix a typo (linnker -> linker) Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Mon Apr 27 18:07:11 2015 (r282107) +++ head/Makefile Mon Apr 27 18:21:42 2015 (r282108) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504271821.t3RILg5W010486>