mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
Ports: Add a TinyCC port
It does build, but doesn't quite work yet.
This commit is contained in:
parent
89bf38864a
commit
ad51a70c54
3 changed files with 36 additions and 0 deletions
11
Ports/tinycc/patches/targetos.patch
Normal file
11
Ports/tinycc/patches/targetos.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tinycc-dev/configure 2019-05-14 22:40:39.000000000 +0300
|
||||
+++ tinycc-dev-serenity/configure 2019-10-02 13:31:15.464543005 +0300
|
||||
@@ -49,7 +49,7 @@
|
||||
gcc_minor=0
|
||||
|
||||
# OS specific
|
||||
-targetos=`uname`
|
||||
+targetos=Serenity
|
||||
case $targetos in
|
||||
Darwin)
|
||||
confvars="$confvars OSX"
|
Loading…
Add table
Add a link
Reference in a new issue