mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +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/disable-backtrace.patch
Normal file
11
Ports/tinycc/patches/disable-backtrace.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tinycc-dev/tcc.h 2019-05-14 22:40:39.000000000 +0300
|
||||
+++ tinycc-dev-serenity/tcc.h 2019-10-02 13:37:16.919990212 +0300
|
||||
@@ -162,7 +162,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
-#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT
|
||||
+#if defined TCC_IS_NATIVE && !defined CONFIG_TCCBOOT && !defined __serenity__
|
||||
# define CONFIG_TCC_BACKTRACE
|
||||
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64) \
|
||||
&& !defined TCC_UCLIBC && !defined TCC_MUSL
|
Loading…
Add table
Add a link
Reference in a new issue