changeset 20578:6e15a783e3f0

10207 loader: libcrypto should use GNUC_ROOT Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
author Toomas Soome <tsoome@me.com>
date Thu, 10 Jan 2019 17:09:29 +0200
parents ddf0566cb4f4
children 2727d178ec5b
files usr/src/boot/sys/boot/libcrypto/Makefile.com
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/boot/sys/boot/libcrypto/Makefile.com	Fri Apr 20 16:22:09 2018 +0000
+++ b/usr/src/boot/sys/boot/libcrypto/Makefile.com	Thu Jan 10 17:09:29 2019 +0200
@@ -15,7 +15,7 @@
 
 include $(SRC)/Makefile.master
 
-CC=     $(GCC_ROOT)/bin/gcc
+CC=     $(GNUC_ROOT)/bin/gcc
 
 COMDIR = ../../../../../common/crypto