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
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,19 @@ ...@@ -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
......
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