-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*update* > [script] | [uninstall] check `sysroot.txt` instead of `install_manifest.txt` | [uninstall] display sysroot information during validation step | [update] check `sysroot.txt` instead of `install_manifest.txt` | [update] display sysroot information during validation step *fix* > [project] | [README] fix typo > [scripts] | [install] fix typo | [uninstall] fix typo | [update] fix typo
- Loading branch information
1 parent
866f02d
commit e7188a6
Showing
6 changed files
with
40 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
openlibm | ||
_openlibm | ||
commit.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
# vxOpenLibM | ||
|
||
This is a fork of OpenLibm with the support of the sh3eb architecture, intended | ||
for the Vhex kernel project. | ||
This is a wrapper around the `OpenLibm` with the support of the `sh3eb` | ||
architecture (written by [Lephenixnoir](https://silent-tower.net/projects/)), | ||
intended for the Vhex kernel project. | ||
|
||
This work will directly patch the current openlibm sources code and use a | ||
custom build system based on CMake instead of the Makefile mess used in the | ||
original project. | ||
This project will directly patch the current `openlibm` source files and use a | ||
custom build system based on CMake instead of the "Makefile mess" used in the | ||
original project to handle properly the install/uninstall process. | ||
|
||
## Installing | ||
|
||
You can use the `scripts/install.sh --help` to see manual installation of the | ||
project. But, since the compiler used for this repository is "sh-elf-vhex" | ||
which automatically install this project as a own dependency you theorically do | ||
not need to install this project. | ||
project. But, since the compiler needed to build the `vxOpenLibm` is | ||
`sh-elf-vhex` which automatically installs this project, you theoretically do | ||
not need to do so. | ||
|
||
## README and Licensing | ||
|
||
See the original | ||
[REAME file](https://github.com/JuliaMath/openlibm/blob/master/README.md) of | ||
the openlibm project for futher information. | ||
the openlibm project for further information. | ||
Note that Openlibm contains code covered by various licenses, see | ||
[LICENSE.md](https://github.com/JuliaMath/openlibm/blob/master/LICENSE.md) | ||
|
||
## Special thanks | ||
|
||
A big thanks to | ||
[Lephenixnoir](https://silent-tower.net/projects/) who ported the `sh3eb` | ||
support to `openlibm`! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters