]> git.zerfleddert.de Git - m1-debian/commitdiff
no longer necessary. Package made it upstream and is working
authorThomas Glanzmann <thomas@glanzmann.de>
Fri, 20 Jan 2023 05:49:08 +0000 (06:49 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Fri, 20 Jan 2023 05:49:08 +0000 (06:49 +0100)
README.md
libunwind.sh [deleted file]

index 1f69224fd2cdcd21a4d6246bb93d760a50f6d056..8c6d542cd19f531149078614f144d1db958a5d15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,6 @@ using the following scripts:
         - m1n1_uboot_kernel.sh - Builds m1n1, u-boot and the kernel including gpu support.
         - mesa.sh - Creates mesa packages
         - bootstrap.sh - Creates Debian root and live filesystem
-        - libunwind.sh - Builds libunwind that does not crash on 16kb pages
         - meta.sh - Meta package which makes sure that we always get latest and gratest kernel.
 
 # Asahi installer
diff --git a/libunwind.sh b/libunwind.sh
deleted file mode 100644 (file)
index 8315e37..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env bash
-
-set -o errexit
-set -o nounset
-set -o pipefail
-set -o xtrace
-
-cd "$(dirname "$0")"
-
-unset LC_CTYPE
-unset LANG
-
-main() {
-        mkdir -p build
-        cd build
-        dpkg -s devscripts >/dev/null 2>&1 || sudo apt-get install devscripts
-        rm -rf libunwind-1.6.2/
-        apt-get source libunwind
-        cd libunwind-1.6.2/
-        EMAIL=thomas@glanzmann.de dch 'Dynamic page size patch applied'
-        curl -sL https://tg.st/u/0001-libunwind-1.6.2-dynamic-page-size.patch > debian/patches/0001-libunwind-1.6.2-dynamic-page-size.patch
-        echo '0001-libunwind-1.6.2-dynamic-page-size.patch' >> debian/patches/series
-        sudo apt-get build-dep .
-        dpkg-buildpackage -uc -us -a arm64
-}
-
-main "$@"
Impressum, Datenschutz