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

Makefile: support GCC 9.1

parent 07f89fd6
Loading
......@@ -7,11 +7,19 @@
# and other things
#
ifdef GCC81
GCC80=1
ifdef GCC91
GCC83=1
endif
ifdef GCC80
ifdef GCC83
GCC82=1
endif
ifdef GCC82
GCC81=1
endif
ifdef GCC81
GCC72=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