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:
Stefan Strogin 2019-07-29 13:20:20 +03:00
parent d7c5810e2a
commit fe6e3f51bf
No known key found for this signature in database
GPG Key ID: C9BA45A74454054D

View File

@ -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