mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:57:36 +00:00
Toolchain: Useit.sh finish and added an install target for the libc's Makefile and a bit of ground work for a gcc port
This commit is contained in:
parent
8ac813135a
commit
4977fd22b8
7 changed files with 23 additions and 2 deletions
|
@ -5,7 +5,7 @@ echo $DIR
|
|||
|
||||
TARGET=i686-pc-serenity
|
||||
PREFIX="$DIR/Local"
|
||||
SYSROOT="$DIR/../Root"
|
||||
SYSROOT="$DIR/../Base"
|
||||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
||||
|
@ -70,5 +70,10 @@ pushd "$DIR/Build/"
|
|||
|
||||
make -j $(nproc) all-gcc all-target-libgcc
|
||||
make install-gcc install-target-libgcc
|
||||
|
||||
make -c ../LibC/ install
|
||||
|
||||
make all-target-libstdc++-v3
|
||||
make install-target-libstdc++-v3
|
||||
popd
|
||||
popd
|
|
@ -1 +1,5 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
export PATH="$DIR/Local/bin:$PATH"
|
||||
export TOOLCHAIN="$DIR"
|
||||
echo "$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue