void-packages/srcpkgs/linux5.9/files/mv-debug
Érico Rolim 4af7b0976a New package: linux5.9-5.9.3.
Main differences from 5.8:

- Add CROSS_COMPILE arg to more make invocations.
- Copy NFS config from arm64 dotconfig to other archs.
- Enable inline crypto.

[ci skip]
2020-11-04 12:03:32 -03:00

7 lines
239 B
Bash
Executable file

#!/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