scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 4d45ecba3eb7a93e66e64690c625c84b3fae6ce1
parent 53a5e58b9cdc57473f665ddf14546efcee978884
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 20 Jan 2023 14:42:42 +0100

doc: Add more detailed information about libc and toolchain

Diffstat:
MREADME | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -64,10 +64,14 @@ The main targets of the Makefile are: - toolchain Compile the toolchain with the default configuration - specified in CONF. + specified in CONF. Beware that this target is executed without + the automatic detection of the host parameters. It makes + easier to cross compile. - libc: - Compile the libc for the target specified in CONF. + Compile the libc for the target specified in CONF. Beware + that this target is executed without the automatic detection + of the host parameters. It makes easier to cross compile. - install: Installs scc in PREFIX.