1
0
Fork 0

Revert "fix: set gcc to 4.8 for linux-compiler-3.12-x86"

This reverts commit 3292e5c874.
timestamps
dump_stack() 2023-05-26 10:12:57 +00:00
parent 1354c029b1
commit a98fca403c
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 8 deletions

View File

@ -149,14 +149,6 @@ func ReleaseFromString(s string) (r Release) {
func kernelRelease(dk DebianKernel) (r Release, err error) {
var gcc string
for _, dep := range dk.Dependencies {
// https://salsa.debian.org/kernel-team/linux
// from 08a7d92f2b772849cbf438102a61239ff71b0091
// to e6216f6f935fe1bc3c35ad5bfa037422a5a3ee95
if dep.Name == "linux-compiler-3.12-x86" {
gcc = "4.8"
break
}
if !strings.HasPrefix(dep.Name, "linux-compiler-gcc-") {
continue
}