Skip to content

Commit

Permalink
Fix readme issues and link to glibc patch
Browse files Browse the repository at this point in the history
  • Loading branch information
uwueviee committed Aug 28, 2021
1 parent ef01c51 commit dcbc516
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# toolchain
# yiffOS toolchain
The toolchain that is used to build yiffOS.

You'll need a working clang + gcc setup on the host system to run these scripts.

You'll also need the sources for:
binutils 2.36.1
gcc 10.2.0
linux 5.13.13
glibc 2.33
openssl 1.1.1l
cmake 3.21.1
llvm 12.0.1
* binutils 2.36.1
* gcc 10.2.0
* linux 5.13.13
* glibc 2.33 with [this patch](https://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.33-fhs-1.patch)
* openssl 1.1.1l
* cmake 3.21.1
* llvm 12.0.1

To allow the scripts to find the sources, please ensure the extracted sources are in a folder with only it's name as the folder name. (Example: gcc 10.2.0 would be in /sources/gcc)

A destination folder and a target folder will need to be created to allow the toolchain to properly link.

Script Usage:
./create-toolchain.sh "destination folder" "target folder" "source folder" "makeflags"
Script Usage:
`./create-toolchain.sh "destination folder" "target folder" "source folder" "makeflags"`

0 comments on commit dcbc516

Please sign in to comment.