Changeset 449 for trunk/kBuild


Ignore:
Timestamp:
Jun 13, 2006, 5:19:46 AM (19 years ago)
Author:
bird
Message:

Fixed x86 PATH_OUT hack to check BUILD_TARGET_ARCH instead of BUILD_PLATFORM_ARCH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r444 r449  
    273273endif
    274274ifndef PATH_OUT
    275 ifeq ($(BUILD_PLATFORM_ARCH),x86)
     275ifeq ($(BUILD_TARGET_ARCH),x86)
    276276ifdef BUILD_TARGET_SUB # (BUILD_TARGET_SUB is not currently recognized by kBuild in any other places.)
    277277PATH_OUT            := $(PATH_OUT_BASE)/$(BUILD_TARGET)/$(BUILD_TARGET_SUB)/$(BUILD_TYPE)
Note: See TracChangeset for help on using the changeset viewer.