mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
2979491512
Turns out the reason GCC wasn't as smart about startup code for shared objects as we hoped is because nobody told it to be :D Change the STARTFILE_SPEC and ENDFILE_SPEC in gcc/config/serenity.h to skip crt0.o and to link the S variants of crtbegin and crtend for shared objects. Because we're using the crtbegin and crtend from libgcc, also tell libgcc in libgcc/config.host to compile crtbeginS and crtendS from crtstuff.c. |
||
---|---|---|
.. | ||
bash | ||
binutils | ||
c-ray | ||
curl | ||
doom | ||
figlet | ||
gcc | ||
less | ||
libarchive | ||
libexpat | ||
libiconv | ||
links | ||
lua | ||
m4 | ||
make | ||
mbedtls | ||
nano | ||
nasm | ||
ncurses | ||
nesalizer | ||
nyancat | ||
openssl | ||
python-3.6 | ||
quake | ||
SDL2 | ||
termcap | ||
tinycc | ||
vim | ||
vttest | ||
zlib | ||
.gitignore | ||
.port_include.sh | ||
README.md |
What's this?
Serenity has software patched to run on it. These shell scripts will allow you to build that sort of software, easily. For example, if you want to install SDL2, simply run its package.sh script. Note that you should have already built Serenity, and be in a Serenity build environment.
Using ports scripts
To do everything, just run the script: ./package.sh
To do a single step, you can specify it: ./package.sh build
How do I contribute?
Port software, and add new scripts to build it of course :)