From: sadoon Date: Fri, 25 Aug 2023 14:51:52 +0000 (+0100) Subject: added additional steps for glibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c43d541219650020c3e307cafd4f3add5c94be97;p=libreriscv.git added additional steps for glibc --- diff --git a/SFFS/debian_bootstrap.mdwn b/SFFS/debian_bootstrap.mdwn index c7b046f9e..82f1d0cc4 100644 --- a/SFFS/debian_bootstrap.mdwn +++ b/SFFS/debian_bootstrap.mdwn @@ -79,6 +79,8 @@ Scripts we will be using for the setup are: Debian's defaults * `mk-schroot-bookworm` for creating the bookworm schroot used by sbuild and adding our dpkg-buildflags to build for sffs +* `build-glibc-debian` to build glibc, currently has to be standalone because of [this](https://bugs.libre-soc.org/show_bug.cgi?id=1130#c8) +* `add-sffs-flags-debian` to add the SFFS CFLAGS * `build-bookworm-sffs` to build the packages needed for a debootstrap chroot directory * `create-deb-repo` to create a local dpkg repository of the built packages @@ -92,6 +94,10 @@ Commands to run in terminal to rebuild Debian 12 with sffs compliance: # ./install-sbuild-apt-reqs # ./mk-schroot-bookworm # exit + $ ./build-glibc-debian + $ sudo bash + # ./add-sffs-flags-debian + # exit $ ./build-bookworm-sffs $ ./create-deb-repo $ ./mk-sffs-chroot