6809: build libm (sort of)
authorAlan Cox <alan@linux.intel.com>
Sun, 25 Feb 2018 17:29:42 +0000 (17:29 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 25 Feb 2018 17:29:42 +0000 (17:29 +0000)
commit71e59d26a0d5a85e3f99017b1356422dbdd034d7
tree3fa6d8a17232430a076ef44ead61ced86c1cea90
parent5eecb433ee8533dcbbf67f90eb44fc243dd15bc6
6809: build libm (sort of)

There are some outstanding problems to fix

- We only build for float, but the C type promotion rules at this point then
  mess us up and turn the float into a double for varargs (blame the C spec)
- Several things use __NaN but that breaks on 6809 really and now we've got
  SDCC fixed we can probably switch to using 0/0 etc as we did before.
Library/include/6809/stdint.h
Library/include/math.h
Library/libs/Makefile.6809