~ chicken-core (chicken-5) fe65abc6028484a3800e0d1b7dee60739edd379f
commit fe65abc6028484a3800e0d1b7dee60739edd379f Author: Peter Bex <peter@more-magic.net> AuthorDate: Tue Aug 31 08:36:13 2021 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Tue Aug 31 08:36:34 2021 +0200 Remove mention of C_PLATFORM_TYPE in manual diff --git a/manual/Cross development b/manual/Cross development index d3075cd5..ca5b6b01 100644 --- a/manual/Cross development +++ b/manual/Cross development @@ -42,7 +42,7 @@ repository, then build the libraries and necessary development files: This will build CHICKEN and install it in {{~/target}}, which we use as a temporary place to store the target files. A few things to note: -* {{ARCH}} is empty, since we don't want the build process to detect the architecture (since the target-architecture is likely to be different). If you know the right string to represent target architecture (see {{C_PLATFORM_TYPE}} in {{chicken.h}} for the supported options), you can set {{ARCH}} with that value. +* {{ARCH}} is empty, since we don't want the build process to detect the architecture (since the target-architecture is likely to be different). If you know the right string to represent target architecture, you can set {{ARCH}} with that value. This string is passed to the {{-arch}} compiler and linker option for ios and sometimes conditionally checked in platform-specific makefiles) * {{PREFIX}} gives the prefix ''on the target system'', under which the libraries will finally be installed. In this case it will be {{/usr/lib}}.Trap