Accept any gcc version to build MK404

Restricting the MK404 build to gcc-7 is not a good idea, since gcc-7 is
already not available in several newer distributions.

Just pick the current gcc version.

Current gcc 10 versions build MK404 correctly.
This commit is contained in:
Yuri D'Elia 2022-04-30 23:17:33 +02:00
parent e3f48ead9f
commit 4a10dfa68f
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ check_packages()
{
packages=(
"libelf-dev"
"gcc-7"
"gcc"
"gcc-avr"
"libglew-dev"
"freeglut3-dev"