index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-06 21:41:08 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-02-06 21:41:08 +0100 |
commit | 4b17bcd56378f2ed5dfde17c33709187b2290539 (patch) | |
tree | edde869f7e5758932b01089399480e721b40bf93 /i486-stage1/linux/DESCR | |
parent | 7c7a001ee6b8642121d28191bcc913c2ea452900 (diff) |
-rw-r--r-- | i486-stage1/linux/DESCR | 5 |
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 |