1
0
Fork 0

fix: break on found

timestamps
dump_stack() 2023-05-26 09:07:06 +00:00
parent 3292e5c874
commit 60de4af81e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ func kernelRelease(dk DebianKernel) (r Release, err error) {
// to e6216f6f935fe1bc3c35ad5bfa037422a5a3ee95
if dep.Name == "linux-compiler-3.12-x86" {
gcc = "4.8"
break
}
if !strings.HasPrefix(dep.Name, "linux-compiler-gcc-") {