mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-14 02:51:12 +00:00
![pancake](/assets/img/avatar_default.png)
* Fix #3929 - Enable LTO in sys/static.sh * Update Ubuntu to 20.04 for static build * Use `gcc-ar` when needed * Do not use "c" option for ${AR} * Use `$$AR` instead of `$AR` * Aim to fix `-dynamiclib` issue outside darwin * Run tests for static LTO build Co-authored-by: pancake <pancake@nopcode.org> Co-authored-by: Anton Kochkov <xvilka@gmail.com>
This implementation of file(1) has been taken from OpenBSD, I have removed the elf part which reduces more than 1KLOC. I have also cleaned up the code in order to fix some warnings and integrate with r2 syntax. magic_ api is now r_magic_ --pancake $ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get src/usr.bin/file * understand and document how conditional works