Build: support GCC 8

This commit is contained in:
Alam Ed Arias 2017-09-30 23:07:47 -04:00
parent 6fbdf37b18
commit 1b576bacf3

View file

@ -7,6 +7,10 @@
# and other things
#
ifdef GCC80
GCC72=1
endif
ifdef GCC72
GCC71=1
endif