瀏覽代碼

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 年之前
父節點
當前提交
4a10dfa68f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"