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:
dsizzle 2021-11-28 22:39:04 -08:00 committed by Adrien Destugues
parent 62cdbd253e
commit d1f10fcef9

View File

@ -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
```