1
0
Fork 0
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:
Alex Kotov 2021-12-19 08:16:36 +05:00
parent 1027c5c739
commit 514a11ee21
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -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