cross_toolchain.rb: Update kernel and change tmp
This commit is contained in:
@ -14,10 +14,10 @@ require 'pathname'
|
||||
|
||||
BINUTILS_VERSION = '2.43.1'
|
||||
GLIBC_VERSION = '2.40'
|
||||
KERNEL_VERSION = '5.15.166'
|
||||
KERNEL_VERSION = '5.15.178'
|
||||
GCC_VERSION = "14.2.0"
|
||||
|
||||
TMP = Pathname.new('./build')
|
||||
TMP = Pathname.new('./tmp')
|
||||
|
||||
class BuildTarget
|
||||
attr_accessor(:build, :gcc, :target, :tmp)
|
||||
|
Reference in New Issue
Block a user