Browse Source

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.
Yuri D'Elia 2 years ago
parent
commit
4a10dfa68f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MK404-build.sh

+ 1 - 1
MK404-build.sh

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