some cleanups related to recent commits
commit72277967ffa11ca786c3a93c6de4076040a2d60a
authorgrischka <grischka>
Sat, 27 Jun 2020 15:22:04 +0000 (27 17:22 +0200)
committergrischka <grischka>
Mon, 6 Jul 2020 11:00:47 +0000 (6 13:00 +0200)
treeae508b3242ca0a03ca3138eef1fc33317bc23e61
parent0ee4989ed339ae88529f42cb681ddefbd6fe697d
some cleanups related to recent commits

- configure/Makefile : cleanup, really use CC_NAME
- tccasm.c : remove C99 construct that MSVC doesn't compile
- arm-gen.c, x86_64-gen.c, riscv64-gen.c, tccmacho.c : ditto
- arm64-gen.c: commit 383acf8eff2818f8f0c5 wrote:
  "Instead of a cast, it would be better to pass the exact type."
  It is true that there are better solutions but it is not
  passing the exact type (I think).
- tcctest.c: revert "fix cast test for clang" 03646ad46ff5d9a6d946
  this obviously wants to test non-portable conversions
- 114_bound_signal.test: clock_nanosleep is too new for older
  linuxes, just use sleep() instead
16 files changed:
Makefile
arm-gen.c
arm-link.c
arm64-gen.c
configure
conftest.c
lib/Makefile
riscv64-gen.c
tccasm.c
tccgen.c
tccmacho.c
tests/Makefile
tests/tcctest.c
tests/tests2/114_bound_signal.c
tests/tests2/Makefile
x86_64-gen.c