Updated for version 6.8-zen1
This commit is contained in:
7
linux-clang/linux6.8-zen/linux6.7-zen/files/mv-debug
Executable file
7
linux-clang/linux6.8-zen/linux6.7-zen/files/mv-debug
Executable 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
|
||||
Reference in New Issue
Block a user