Fix libm/machine/riscv/meson.build include paths for fenv

The fenv header files have moved around in upstream newlib; track
those changes here.

Signed-off-by: Keith Packard <[email protected]>
1 file changed
tree: 93404ebabf9bf0096cbe6333d3924978b75fd07b
  1. doc/
  2. newlib/
  3. picocrt/
  4. test/
  5. .drone.yml
  6. .gitattributes
  7. .gitignore
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. COPYING
  11. COPYING.LIB
  12. COPYING.NEWLIB
  13. COPYING3
  14. COPYING3.LIB
  15. cross-arm-none-eabi.txt
  16. cross-i386-linux-gnu.txt
  17. cross-riscv64-unknown-elf.txt
  18. cross.tmpl
  19. do-arm-configure
  20. do-big-configure
  21. do-native-configure
  22. do-riscv-configure
  23. do-tiny-configure
  24. do-x86-configure
  25. MAINTAINERS
  26. make-target
  27. meson.build
  28. meson_options.txt
  29. picolibc.ld
  30. picolibc.specs.in
  31. README
  32. README-maintainer-mode
  33. README.md
README.md

PicoLibc

Copyright © 2018,2019 Keith Packard

PicoLibc is library offering standard C library APIs that targets small embedded systems with limited RAM. PicoLibc was formed by blending code from Newlib and AVR Libc.

License

Picolibc source comes from a variety of places and has a huge variety of copyright holders and license texts. While much of the code comes from newlib, none of the GPL-related bits are left in the repository, so all of the source code uses BSD-like licenses, a mixture of 2- and 3- clause BSD itself and a variety of other (mostly older) licenses with similar terms.

Documentation