Intial Commit

This commit is contained in:
Wizzard
2023-10-09 10:36:26 -04:00
commit 0dffc89d85
7 changed files with 17631 additions and 0 deletions

7
linux6.5-zen/files/mv-debug Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
mod=$1
mkdir -p usr/lib/debug/${mod%/*}
$OBJCOPY --only-keep-debug --compress-debug-sections $mod usr/lib/debug/$mod
$OBJCOPY --add-gnu-debuglink=${DESTDIR}/usr/lib/debug/$mod $mod
/usr/bin/$STRIP --strip-debug $mod
gzip -9 $mod

File diff suppressed because it is too large Load Diff