Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qtrvsim_tester: CLANG and GCC options to match real 32 and 64-bit tar…
…gets The ABI for 32-bit target should use 32-bit size for int, long and pointer types, that is selected by ilp32 variant. The ABI for 64-bit target should use 64-bit size for long and pointer types and leaved int as 32-bit, that is lp64 variant. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
- Loading branch information