diff doc/manual/manual_build.tex @ 632:ed19b429a152

- added explicit arm64 target, and clang tool options to Windows' configure.bat - configure.{bat,rc} now writing Makefile.config, for consistency/compatibility (e.g. configure.bat can now be used to set up env flags for a non-nmake toolchain) - simplified/decluttered Windows and Plan9 configure scripts (removal of unused/stale options, ...) - removed stale test/makepkg.sh helper
author Tassilo Philipp
date Sat, 19 Nov 2022 15:45:41 +0100
parents b47168dacba6
children 191aeb9d3bff
line wrap: on
line diff
--- a/doc/manual/manual_build.tex	Wed Nov 09 14:46:38 2022 +0100
+++ b/doc/manual/manual_build.tex	Sat Nov 19 15:45:41 2022 +0100
@@ -95,21 +95,19 @@
 Available options:
 
 \begin{tabular*}{0.75\textwidth}{ll}
-{\tt /?}                       & display help                                  \\
-{\tt /prefix \textit{path}}    & set installation prefix (GNU make only)       \\
-{\tt /prefix-bd \textit{path}} & set build directory prefix (GNU make only)    \\
-{\tt /target-x86}              & build for x86 architecture (default)          \\
-{\tt /target-x64}              & build for x64 architecture                    \\
-{\tt /target-psp}              & build for PlayStation Portable (homebrew SDK) \\
-{\tt /target-nds-arm}          & build for Nintendo DS (devkitPro, ARM mode)   \\
-{\tt /target-nds-thumb}        & build for Nintendo DS (devkitPro, THUMB mode) \\
-{\tt /tool-msvc}               & use Microsoft Visual C++ compiler (default)   \\
-{\tt /tool-gcc}                & use GNU Compiler Collection                   \\
-{\tt /asm-ml}                  & use Microsoft Macro Assembler (default)       \\
-{\tt /asm-as}                  & use the GNU Assembler                         \\
-{\tt /asm-nasm}                & use NASM Assembler                            \\
-{\tt /config-release}          & build release version (default)               \\
-{\tt /config-debug}            & build debug version                           \\
+{\tt /?}                       & display help                                        \\
+{\tt /target-x86}              & build for x86 architecture (default)                \\
+{\tt /target-x64}              & build for x64 architecture                          \\
+{\tt /target-arm64}            & build for x64 architecture                          \\
+{\tt /target-psp}              & cross-build for PlayStation Portable (homebrew SDK) \\
+{\tt /target-nds-arm}          & cross-build for Nintendo DS (devkitPro, ARM mode)   \\
+{\tt /target-nds-thumb}        & cross-build for Nintendo DS (devkitPro, THUMB mode) \\
+{\tt /tool-msvc}               & use Microsoft Visual C++ compiler (default)         \\
+{\tt /tool-gcc}                & use GNU Compiler Collection                         \\
+{\tt /tool-clang}              & use GNU Compiler Collection                         \\
+{\tt /asm-ml}                  & use Microsoft Macro Assembler (default)             \\
+{\tt /asm-as}                  & use the GNU or LLVM Assembler                       \\
+{\tt /asm-nasm}                & use NASM Assembler                                  \\
 \end{tabular*}