tyfkda / xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
https://tyfkda.github.io/xcc/
MIT License
197 stars 14 forks source link

Handle relocation for the target architecture only #164

Closed tyfkda closed 1 month ago

tyfkda commented 2 months ago

To avoid compilation errors, only handle relocations for the target architecture.

162

tyfkda commented 2 months ago

@mingodad Would you please try this change on Ubuntu 18? Thanks.