diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-05 00:02:53 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-07-05 00:03:59 +0300 |
| commit | 98f21e694a6b0964d6d08196cb6bfbc1c2ae2ff4 (patch) | |
| tree | cbdba41381dc6e7a571001928eeb84996020db13 /arch/riscv64/source.mk | |
| parent | a6557ed0233e2193cef0ab5b4cea7f1d7f19ad5d (diff) | |
| download | kmi-98f21e694a6b0964d6d08196cb6bfbc1c2ae2ff4.tar.gz kmi-98f21e694a6b0964d6d08196cb6bfbc1c2ae2ff4.zip | |
fix some small build issues
+ Compiling for size emits memcpy() calls after they've already been
removed by LTO, so add __used attribute to counteract this.
Newer versions of GCC seem to prefer `-flto=auto` to just `-flto`, so
use that.
printf format %d -> %ld
Diffstat (limited to 'arch/riscv64/source.mk')
0 files changed, 0 insertions, 0 deletions
