From 20d7681782f0be44786f67236858906ed0e07504 Mon Sep 17 00:00:00 2001 From: Jerry Jelinek Date: Thu, 10 Jan 2019 14:28:27 +0000 Subject: 10185 loader: add sha1 hash calculation [fix build] --- usr/src/boot/sys/boot/libcrypto/Makefile.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/boot/sys/boot/libcrypto/Makefile.com b/usr/src/boot/sys/boot/libcrypto/Makefile.com index 8776128ed5..6104257cd5 100644 --- a/usr/src/boot/sys/boot/libcrypto/Makefile.com +++ b/usr/src/boot/sys/boot/libcrypto/Makefile.com @@ -15,7 +15,7 @@ include $(SRC)/Makefile.master -CC= $(GCC_ROOT)/bin/gcc +CC= $(GNUC_ROOT)/bin/gcc COMDIR = ../../../../../common/crypto -- cgit v1.2.3