Merge pull request #1011 from steils/dwarf-gz

create-diff-object: disable DWARF compression explicitly
This commit is contained in:
Joe Lawrence 2019-07-30 09:28:11 -04:00 committed by GitHub
commit ea0e6f0144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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