Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create libm.a instead of ld script on x86_64 for gnu static lin…
…kage (#83) Changes: * [x] Add `file` utility to check info about the files * [x] Add `nano` text editor for debugging purposes * [x] For `x86_64` (`linux/amd64`) change `libm.a` from LD script (which is like that only on this platform) to an actual static archive consisting of `libm.a` and `ibmvec.a`. This is mandatory for `cargo` to use this library properly when statically linking with `glibc` on GNU targets.
- Loading branch information