mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Makefile: support GCC 9.1
This commit is contained in:
parent
2c7fbe2087
commit
e2927ffe2c
1 changed files with 11 additions and 3 deletions
|
|
@ -7,11 +7,19 @@
|
||||||
# and other things
|
# and other things
|
||||||
#
|
#
|
||||||
|
|
||||||
ifdef GCC81
|
ifdef GCC91
|
||||||
GCC80=1
|
GCC83=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef GCC80
|
ifdef GCC83
|
||||||
|
GCC82=1
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef GCC82
|
||||||
|
GCC81=1
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef GCC81
|
||||||
GCC72=1
|
GCC72=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue