Makefile: support GCC 9.1

(cherry picked from commit d5cc3ce48daf594fc64ecdbaeceb5c537cf5bf72)
This commit is contained in:
Alam Ed Arias 2019-08-08 20:27:57 -04:00 committed by James R
parent c12fac04c1
commit a3287a8913

View file

@ -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