mirror of
https://github.com/tailix/libkernaux.git
synced 2024-12-04 11:25:18 -05:00
Add docs to README.md
This commit is contained in:
parent
1027c5c739
commit
514a11ee21
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -79,14 +79,14 @@ are some non-default options:
|
|||
dereference in other cases.
|
||||
* `--with-arch` - includes architecture-specific code (except assembly). May be
|
||||
useful for testing. You can also separately enable or disable components:
|
||||
* `--with-arch-i386`
|
||||
* `--with-arch-x86-64`
|
||||
* `--with[out]-arch-i386`
|
||||
* `--with[out]-arch-x86-64`
|
||||
* `--with-libc` - provides the replacement for some standard C functions. Useful
|
||||
in freestanding environment, where no libc is present. You can also separately
|
||||
enable or disable components:
|
||||
* `--with-libc-memset`
|
||||
* `--with-libc-strcpy`
|
||||
* `--with-libc-strlen`
|
||||
* `--with[out]-libc-memset`
|
||||
* `--with[out]-libc-strcpy`
|
||||
* `--with[out]-libc-strlen`
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Reference in a new issue