Version: 3.0.0, Package name: riscv-elf-newlib-3.0.0 |
Maintained by: Kevin Lo |
Master sites: |
Description Newlib is a C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software licenses that make them easily usable on embedded products. This port has been created to support development on embedded ARM systems but in theory, additional targets should be possible. |
Filesize: 17742.232 KB |
Version History (View Complete History) |
|
2018-06-11 20:42:00 by Kevin Lo | Files touched by this commit (1) |
Log message: Add ac_cv_path_mkdir=/bin/mkdir to MAKE_FLAGS instead of adding BUILD_DEPENDS on coreutils, should prevent internal newlib's configure to pickup gmkdir as seen by naddy@. |
2018-06-10 08:53:19 by Kevin Lo | Files touched by this commit (1) |
Log message: Build dep on coreutils; newlib's autoconf picks up gmkdir if present. Reported by naddy@ |