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).