Skip to content
Snippets Groups Projects
Commit 7e23014d authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Makefile: support GCC 6.4

parent 533fdcae
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@
#
ifdef GCC64
GCC64=1
endif
ifdef GCC63
GCC62=1
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment