From a85697d62272da06d28cd1c947f6cf1098df6467 Mon Sep 17 00:00:00 2001 From: J M Dieterich Date: Tue, 16 May 2017 22:06:59 -0400 Subject: [PATCH] Correct error message. --- config/carrizo/make_defs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/carrizo/make_defs.mk b/config/carrizo/make_defs.mk index ef6435498..76e74d67a 100644 --- a/config/carrizo/make_defs.mk +++ b/config/carrizo/make_defs.mk @@ -50,7 +50,7 @@ endif ifeq ($(CC_VENDOR),gcc) ifeq ($(CC_VENDOR),clang) else -$(error gcc is required for this configuration.) +$(error gcc or clang are required for this configuration.) endif endif # Enable IEEE Standard 1003.1-2004 (POSIX.1d).