aboutsummaryrefslogtreecommitdiff
path: root/bin/cross_toolchain.rb
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-02-12 17:30:03 +0100
committerEugen Wissner <belka@caraus.de>2025-02-12 17:30:03 +0100
commitfd21c2f794abd43223623cf22495653371618fd9 (patch)
tree79fe4a5600c2862a6957069628887e152f3c5af5 /bin/cross_toolchain.rb
parent93e43a82b638a5757ead6296295973c61e024825 (diff)
downloadkazbek-fd21c2f794abd43223623cf22495653371618fd9.tar.gz
cross_toolchain.rb: Update kernel and change tmp
Diffstat (limited to 'bin/cross_toolchain.rb')
-rwxr-xr-xbin/cross_toolchain.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cross_toolchain.rb b/bin/cross_toolchain.rb
index b54ee97..c419b76 100755
--- a/bin/cross_toolchain.rb
+++ b/bin/cross_toolchain.rb
@@ -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)