This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
radare2
Watch
1
Star
0
Fork
You've already forked radare2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5054382ec2
radare2
/
sys
/
tcc.sh
5 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Add support for TinyCC (super fast builds)
2015-10-21 22:31:24 +08:00
#!/bin/sh
export
CC
=
"tcc"
Lots of cleanups to reduce the regressions in TCC ##refactor * Cleanup crypto.aes and anal.arm_cs to make the latest tcc happy * Dont pick latest tcc. as its broken (-30 commits for now) * Dont pass multi-dimensional arrays as argument * Don't assume TCC supports threads, because it doesnt * Many intrinsics are missing still for tcc on darwin-arm64 * lz4 code crashes when compiled with latest tcc and needs a full rewrit * Add more null checks here and there * Remove unused code in the tcc parser
2022-03-18 01:40:58 +08:00
exec
sys/install.sh --with-compiler
=
tcc
$*