Makefile: Try to fix logic.
@ -105,7 +105,9 @@ ifeq ($(HAVE_CXX), 1)
endif
else
LINK = $(CC)
ifneq ($(CXX_BUILD), 1)
ifneq ($(GNU90_BUILD), 1)
ifneq ($(findstring icc,$(CC)),)
CFLAGS += -std=c99 -D_GNU_SOURCE
The note is not visible to the blocked user.