@@ -26,24 +26,24 @@ In order to use the scripts provided by the MinGW-W64 project it is needed:
26
26
27
27
7 . Options:
28
28
```
29
- --mode=[gcc|python|clang]-version` - what package to build with version.
30
- --arch=<i686|x86_64>` - build architecture.
31
- --buildroot=<path>` - using '<path>' as build directory.
29
+ --mode=[gcc|python|clang]-< version> - what package to build with version.
30
+ --arch=<i686|x86_64> - build architecture.
31
+ --buildroot=<path> - using '<path>' as build directory.
32
32
By default used MSYS user home directory.
33
- --fetch-only` - only download all the sources without start building.
34
- --update-sources` - try to update sources from repositories before build.
35
- --exceptions=<model>` - exceptions handling model.
33
+ --fetch-only - only download all the sources without start building.
34
+ --update-sources - try to update sources from repositories before build.
35
+ --exceptions=<model> - exceptions handling model.
36
36
Available: dwarf, seh(gcc>=4.8.0 only), sjlj, dwarfseh (picks by architecture).
37
- --use-lto` - building with using LTO.
38
- --no-strip` - don't strip executables during install.
39
- --no-multilib` - build GCC without multilib support (default for DWARF and SEH exception models).
40
- --static-gcc` - build static GCC.
41
- --dyn-deps` - build GCC with dynamically dependencies.
42
- --rt-version=<v3|v4|v5|v6|v7>` - version of mingw-w64 runtime to build.
43
- --rev=N` - number of the build revision.
44
- --with-testsuite` - run testsuite for packages that contain flags for it.
45
- --threads=<posix|win32>` - used threads model.
46
- --enable-languages=<langs>` - comma separated list(without spaces) of gcc supported languages.
37
+ --use-lto - building with using LTO.
38
+ --no-strip - don't strip executables during install.
39
+ --no-multilib - build GCC without multilib support (default for DWARF and SEH exception models).
40
+ --static-gcc - build static GCC.
41
+ --dyn-deps - build GCC with dynamically dependencies.
42
+ --rt-version=<v3|v4|v5|v6|v7> - version of mingw-w64 runtime to build.
43
+ --rev=N - number of the build revision.
44
+ --with-testsuite - run testsuite for packages that contain flags for it.
45
+ --threads=<posix|win32> - used threads model.
46
+ --enable-languages=<langs> - comma separated list(without spaces) of gcc supported languages.
47
47
available languages: ada,c,c++,fortran,objc,obj-c++
48
48
```
49
49
For more options run: "./build --help"
0 commit comments