[haiku-commits] haiku: hrev54777 - /

  • From: Adrien Destugues <pulkomandy@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 11 Dec 2020 06:45:15 -0500 (EST)

hrev54777 adds 1 changeset to branch 'master'
old head: 6182c5ad27c0b0e3a91b87167396d65a60e4956e
new head: 3e4b6636670a647777dd171cf563b97d92ef9e80
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=3e4b6636670a+%5E6182c5ad27c0

----------------------------------------------------------------------------

3e4b6636670a: 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@xxxxxxxxx>

                                     [ Pawan Wadhwani <pawanw17@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54777
Commit:      3e4b6636670a647777dd171cf563b97d92ef9e80
URL:         https://git.haiku-os.org/haiku/commit/?id=3e4b6636670a
Author:      Pawan Wadhwani <pawanw17@xxxxxxxxx>
Date:        Thu Dec 10 19:39:05 2020 UTC
Committer:   Adrien Destugues <pulkomandy@xxxxxxxxx>
Commit-Date: Fri Dec 11 11:45:12 2020 UTC

Ticket:      https://dev.haiku-os.org/ticket/16566

----------------------------------------------------------------------------

1 file changed, 3 insertions(+), 2 deletions(-)
ReadMe.Compiling.md | 5 +++--

----------------------------------------------------------------------------

diff --git a/ReadMe.Compiling.md b/ReadMe.Compiling.md
index a94990030a..4afa6808b1 100644
--- a/ReadMe.Compiling.md
+++ b/ReadMe.Compiling.md
@@ -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
 ```
 


Other related posts:

  • » [haiku-commits] haiku: hrev54777 - / - Adrien Destugues