mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
245babbf9e
* 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
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export CC="tcc"
|
|
exec sys/install.sh --with-compiler=tcc $*
|