linux54-tkg: Comment out the sync with 16a91d2987f9c6b46818ccf71af03b36ba93d536
linux54-tkg is unaffected currently since the non-Arch path wasn't merged
This commit is contained in:
parent
174e8faa29
commit
aeac14d114
@ -121,9 +121,9 @@ _tkg_srcprep() {
|
||||
sed -i -e 's/CONFIG_GCC_PLUGINS=y/# CONFIG_GCC_PLUGINS is not set/' ./.config
|
||||
fi
|
||||
# Skip dbg package creation on non-Arch
|
||||
if [ "$_distro" != "Arch" ]; then
|
||||
sed -i -e 's/CONFIG_DEBUG_INFO.*/CONFIG_DEBUG_INFO=n/' ./.config
|
||||
fi
|
||||
#if [ "$_distro" != "Arch" ]; then
|
||||
# sed -i -e 's/CONFIG_DEBUG_INFO.*/CONFIG_DEBUG_INFO=n/' ./.config
|
||||
#fi
|
||||
|
||||
# Inject cpuopts options
|
||||
echo "# CONFIG_MK8SSE3 is not set" >> ./.config
|
||||
|
Loading…
x
Reference in New Issue
Block a user