aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-01-27 01:59:12 +0000
committerEd Maste <emaste@FreeBSD.org>2017-01-27 01:59:12 +0000
commitf52e4bdfd7b9b12bf0b9da8556b1190cc1e6aaf8 (patch)
treeb11494dc35e40c63a7f8702187cb39985a0452b3 /gnu/usr.bin
parentf551fe4637af7b427fcf66c536cc15299a46b751 (diff)
downloadsrc-f52e4bdfd7b9b12bf0b9da8556b1190cc1e6aaf8.tar.gz
src-f52e4bdfd7b9b12bf0b9da8556b1190cc1e6aaf8.zip
Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC
Reported by: Dan McGregor <dan.mcgregor usask.ca>
Notes
Notes: svn path=/head/; revision=312855
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index 6fcc69a479fc..c5b5d313485c 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -49,7 +49,7 @@ CLEANFILES+= ldemul-list.h stringify.sed
FILES= ${LDSCRIPTS:S|^|ldscripts/|}
FILESDIR= ${SCRIPTDIR}
-.if ${MK_LLD_AS_LD} == "no"
+.if ${MK_LLD_IS_LD} == "no"
LINKS= ${BINDIR}/ld.bfd ${BINDIR}/ld
.endif