mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
Added missing --cross-tools-source argument name for bootstrap build and missing \ at the end of line 136
Change-Id: Ie4a6d47d78a1f2eb707c15a53335adee7e370376 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4745 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
parent
62cdbd253e
commit
d1f10fcef9
@ -136,7 +136,7 @@ cd haiku/generated.x86_64
|
||||
cd haiku/generated.x86gcc2
|
||||
../configure \
|
||||
--cross-tools-source ../../buildtools/ \
|
||||
--build-cross-tools x86_gcc2
|
||||
--build-cross-tools x86_gcc2 \
|
||||
--build-cross-tools x86
|
||||
```
|
||||
|
||||
@ -244,7 +244,7 @@ Configure Haiku's build system for a bootstrap build specifying the location
|
||||
of all of the repositories above.
|
||||
```
|
||||
../configure -j4 \
|
||||
--build-cross-tools myarch ../../buildtools \
|
||||
--build-cross-tools myarch --cross-tools-source ../../buildtools \
|
||||
--bootstrap ../../haikuporter/haikuporter ../../haikuports.cross ../../haikuports
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user