mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
build: add suport for GCC 6.3
This commit is contained in:
parent
b22417bcfa
commit
e0b2a4a779
1 changed files with 20 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue