Skip to content

Commit 4a10dfa

Browse files
committed
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.
1 parent e3f48ea commit 4a10dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MK404-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ check_packages()
315315
{
316316
packages=(
317317
"libelf-dev"
318-
"gcc-7"
318+
"gcc"
319319
"gcc-avr"
320320
"libglew-dev"
321321
"freeglut3-dev"

0 commit comments

Comments
 (0)