mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Updated Readme.Compiling.md according to hrev54611
Updated commands to compile build tools fixes #16566 Change-Id: I3ef4d253dc45e0bb92e4c13164c7fac2127a5a94 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3495 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
6182c5ad27
commit
3e4b663667
@ -128,14 +128,15 @@ haiku/generated.x86gcc2
|
||||
### Configure an x86_64 (GCC 8) build
|
||||
```bash
|
||||
cd haiku/generated.x86_64
|
||||
../configure --build-cross-tools x86_64 ../../buildtools/
|
||||
../configure --cross-tools-source ../../buildtools --build-cross-tools x86_64
|
||||
```
|
||||
|
||||
### Configure a 32-bit GCC 2.95/GCC 8 Hybrid, from a non-Haiku platform
|
||||
```bash
|
||||
cd haiku/generated.x86gcc2
|
||||
../configure \
|
||||
--build-cross-tools x86_gcc2 ../../buildtools/ \
|
||||
--cross-tools-source ../../buildtools/ \
|
||||
--build-cross-tools x86_gcc2
|
||||
--build-cross-tools x86
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user