diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-13 21:11:14 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-13 21:11:14 +0100 |
commit | 65bd9446245c6581f908770c9fb99ef27968e10d (patch) | |
tree | 20cd13f815d7f4342fac1f418250b1d7e9e96c94 /i486-stage3/syslinux/DESCR | |
parent | 596bee8bc17250755e7550fab4d9afdbf2e31bf1 (diff) | |
download | bootstrap32-65bd9446245c6581f908770c9fb99ef27968e10d.tar.xz |
nss: quite impossible to built, tons of SSE2 stuff drawn in, patches make situation worse
done toolchain and glibc (gcc without ada for now)
syslinux done
linux: on the way to modularized kernel
Diffstat (limited to 'i486-stage3/syslinux/DESCR')
-rw-r--r-- | i486-stage3/syslinux/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i486-stage3/syslinux/DESCR b/i486-stage3/syslinux/DESCR new file mode 100644 index 0000000..5aa3a54 --- /dev/null +++ b/i486-stage3/syslinux/DESCR @@ -0,0 +1,9 @@ +# no documentation +sed -i "/makedepends=/s/asciidoc//" PKGBUILD + +# no upx compression +sed -i "/makedepends=/s/upx//" PKGBUILD + +# build BIOS version only for i486 +sed -i '/_targets/s/efi32//g' PKGBUILD +sed -i '3!N; /prepare()/ a \ sed -i "/all_firmware :=/s/efi32 efi64//g" Makefile' PKGBUILD |