Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/i486-stage1/linux/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'i486-stage1/linux/DESCR')
-rw-r--r--i486-stage1/linux/DESCR5
1 files changed, 0 insertions, 5 deletions
diff --git a/i486-stage1/linux/DESCR b/i486-stage1/linux/DESCR
index 08bd6f0..f3fd3b0 100644
--- a/i486-stage1/linux/DESCR
+++ b/i486-stage1/linux/DESCR
@@ -8,11 +8,6 @@ ADDITIONAL_INSTALL_PACKAGE=linux-headers
# we currently build a monolitic kernel for the basic stuff which was
# available since 25 years. :-)
-# use the i486 configuration file
-# (TODO: adapt to config.$CARCH method later)
-sed -i 's@config.i686@config.i486@g' PKGBUILD
-sed -i 's@\.\./config@../config.i486@g' PKGBUILD
-
# the Linux kernel has it's own way for cross compilation
sed -i "s@make prepare@make prepare ARCH=$KERNEL_ARCH CROSS_COMPILE=$XTOOLS_ARCH_PREFIX@g" PKGBUILD
sed -i "s@make config@make config ARCH=$KERNEL_ARCH CROSS_COMPILE=$XTOOLS_ARCH_PREFIX@g" PKGBUILD