mirror of
https://github.com/dynup/kpatch
synced 2025-01-16 18:10:54 +00:00
create-diff-object: disable DWARF compression explicitly
On some systems the linker produces compressed debug sections by default. It is not supported by create-diff-object for now. Fixes: #877 Signed-off-by: Stefan Strogin <steils@gentoo.org>
This commit is contained in:
parent
d7c5810e2a
commit
fe6e3f51bf
@ -748,7 +748,7 @@ if [[ "$ARCH" = "ppc64le" ]]; then
|
||||
ARCH_KCFLAGS="-mcmodel=large -fplugin=$PLUGINDIR/ppc64le-plugin.so"
|
||||
fi
|
||||
|
||||
export KCFLAGS="-I$DATADIR/patch -ffunction-sections -fdata-sections $ARCH_KCFLAGS"
|
||||
export KCFLAGS="-I$DATADIR/patch -ffunction-sections -fdata-sections -gz=none $ARCH_KCFLAGS"
|
||||
|
||||
echo "Reading special section data"
|
||||
find_special_section_data
|
||||
|
Loading…
Reference in New Issue
Block a user