Makefile: support GCC 6.4

This commit is contained in:
Alam Ed Arias 2017-09-28 09:04:36 -04:00
parent 533fdcae0a
commit 7e23014d5f

View file

@ -8,6 +8,10 @@
#
ifdef GCC64
GCC64=1
endif
ifdef GCC63
GCC62=1
endif