FSPL validation bugfix

This commit is contained in:
alex
2015-10-27 21:49:45 +00:00
parent 523cb1e736
commit 9c049e4274
9 changed files with 11035 additions and 7 deletions

View File

@@ -16,11 +16,11 @@ GCC_VER_OK := $(shell test $(GCC_MAJOR) -ge 4 && \
test $(GCC_MINOR) -ge 7 && \
echo 1)
ifneq "$(GCC_VER_OK)" "1"
error:
@echo "Requires GCC version >= 4.7"
@exit
endif
#ifneq "$(GCC_VER_OK)" "1"
#error:
# @echo "Requires GCC version >= 4.7"
# @exit
#endif
%.o : %.cc
@echo -e " CXX\t$@"