Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builddeb: use $OBJCOPY variable instead of objcopy
In cross-build environment, we expect to use the cross-compiler objcopy instead of the host objcopy. It fixes following build failures: objcopy --only-keep-debug lib/modules/3.14/kernel/net/ipv6/xfrm6_mode_tunnel.ko /srv/build/linux/debian/dbgtmp/usr/lib/debug/lib/modules/3.14/kernel/net/ipv6/xfrm6_mode_tunnel.ko objcopy: Unable to recognise the format of the input file `lib/modules/3.14/kernel/net/ipv6/xfrm6_mode_tunnel.ko' Signed-off-by: Fathi Boudra <[email protected]> Cc: stable <[email protected]> # 3.12+ Fixes: 810e843 ('deb-pkg: split debug symbols in their own package') Reviewed-by: Ben Hutchings <[email protected]> Signed-off-by: Michal Marek <[email protected]>
- Loading branch information