mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
linux:
- add some debugging options needed for x86_64 build
This commit is contained in:
parent
078d1c1ada
commit
d90288a88f
@ -79,6 +79,8 @@ sed -i -e "s|^CONFIG_INITRAMFS_SOURCE=.*$|CONFIG_INITRAMFS_SOURCE=\"$ROOT/$PKG_D
|
|||||||
echo "# CONFIG_DEBUG_NX_TEST is not set" >> $LINUX/.config
|
echo "# CONFIG_DEBUG_NX_TEST is not set" >> $LINUX/.config
|
||||||
echo "# CONFIG_CPA_DEBUG is not set" >> $LINUX/.config
|
echo "# CONFIG_CPA_DEBUG is not set" >> $LINUX/.config
|
||||||
echo "# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set" >> $LINUX/.config
|
echo "# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set" >> $LINUX/.config
|
||||||
|
echo "# CONFIG_MAXSMP is not set" >> $LINUX/.config
|
||||||
|
echo "# CONFIG_IOMMU_DEBUG is not set" >> $LINUX/.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
make -C $LINUX oldconfig
|
make -C $LINUX oldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user