Changes between Initial Version and Version 1 of Ticket #13309, comment 6


Ignore:
Timestamp:
Feb 17, 2017, 4:22:25 PM (7 years ago)
Author:
kallisti5

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13309, comment 6

    initial v1  
    22
    33{{{
    4 diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup
    5 index cdf1a3c..6a616ab 100644
    6 --- a/build/jam/BuildSetup
    7 +++ b/build/jam/BuildSetup
    8 @@ -123,6 +123,7 @@ for architecture in $(HAIKU_PACKAGING_ARCHS) {
    9  # TODO: Might not be needed anymore.
    10  if $(HAIKU_HOST_BUILD_ONLY) = 1 {
    11         HAIKU_GCC_VERSION = 0 0 0 ;
    12 +       TARGET_KERNEL_ARCH = x86 ;
    13  }
     4diff --git a/src/Jamfile b/src/Jamfile
     5index 0aee726..8687565 100644
     6--- a/src/Jamfile
     7+++ b/src/Jamfile
     8@@ -1,6 +1,9 @@
     9 SubDir HAIKU_TOP src ;
    1410 
    15  if $(HAIKU_PACKAGING_ARCH) {
     11-SubInclude HAIKU_TOP src add-ons ;
     12+if $(HAIKU_HOST_BUILD_ONLY) != 1 {
     13+       SubInclude HAIKU_TOP src add-ons ;
     14+}
     15+
     16 SubInclude HAIKU_TOP src apps ;
     17 SubInclude HAIKU_TOP src bin ;
     18 SubInclude HAIKU_TOP src build ;
    1619}}}
    1720