[haiku-bugs] [Haiku] #10024: Document new build commands in ReadMe

  • From: "nielx" <trac@xxxxxxxxxxxx>
  • Date: Sat, 28 Sep 2013 07:31:57 -0000

#10024: Document new build commands in ReadMe
--------------------------+---------------------------
 Reporter:  nielx         |        Owner:  bonefish
     Type:  bug           |       Status:  new
 Priority:  normal        |    Milestone:  R1
Component:  Build System  |      Version:  R1/alpha4.1
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+---------------------------
 The ReadMe file is not yet updated to reflect the new package management
 style building.

 The following instructions are still here, which (I think) is outdated.

 {{{
 Configure a GCC 2.95 Hybrid, from non-Haiku platform
 ----------------------------------------------------

   cd haiku-trunk/generated.x86gcc4
   ../configure --use-gcc-pipe --use-xattr \
     --build-cross-tools-gcc4 x86 ../../buildtools/ \
     --alternative-gcc-output-dir ../generated.x86gcc2
   cd ../generated.x86gcc2
   ../configure --use-gcc-pipe --use-xattr \
     --build-cross-tools ../../buildtools/ \
     --alternative-gcc-output-dir ../generated.x86gcc4

 Configure a GCC 2.95 Hybrid, from within Haiku
 ----------------------------------------------

   cd haiku-trunk/generated.x86gcc4
   ../configure --use-gcc-pipe \
     --alternative-gcc-output-dir ../generated.x86gcc2 \
     --cross-tools-prefix /boot/develop/abi/x86/gcc4/tools/current/bin/
   cd ../generated.x86gcc2
   ../configure --use-gcc-pipe \
     --alternative-gcc-output-dir ../generated.x86gcc4 \
     --cross-tools-prefix /boot/develop/abi/x86/gcc2/tools/current/bin/

 Additional information about GCC Hybrids can be found on the website,
 http://www.haiku-os.org/guides/building/gcc-hybrid
 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/10024>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: