build: add suport for GCC 6.3

This commit is contained in:
Alam Ed Arias 2017-03-12 17:45:18 -04:00
parent b22417bcfa
commit e0b2a4a779
1 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,23 @@
# and other things
#
ifdef GCC63
GCC62=1
endif
ifdef GCC62
GCC61=1
endif
ifdef GCC61
GCC54=1
endif
ifdef GCC54
GCC53=1
ENDIF
ifdef GCC53
GCC52=1
endif
@ -176,6 +193,9 @@ endif
ifdef GCC46
WFLAGS+=-Wno-error=suggest-attribute=noreturn
endif
ifdef GCC62
WFALGS+=-Wno-tautological-compare
endif
WFLAGS+=$(OLDWFLAGS)