Ignore:
Timestamp:
Aug 21, 2020, 1:43:33 AM (5 years ago)
Author:
bird
Message:

kmk: Fixed mixup from r2433 where _TARGET_TOOL was extended but the builtin source handling functions wasn't. For instance, using _TOOLS, _TOOLS.amd64 and _TOOLS.x86, we would end up with the first when compiling and one of the latter two when linking. Also replaced a few legacy BUILD_PLATFORM* with KBUILD_HOST* variable names in the footers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r3397 r3415  
    75707570#endif
    75717571#ifdef KMK_HELPERS
    7572   FT_ENTRY ("kb-src-tool",   1,  1,  0,  func_kbuild_source_tool),
    7573   FT_ENTRY ("kb-obj-base",   1,  1,  0,  func_kbuild_object_base),
    7574   FT_ENTRY ("kb-obj-suff",   1,  1,  0,  func_kbuild_object_suffix),
     7572  FT_ENTRY ("kb-src-tool",   1,  2,  0,  func_kbuild_source_tool),
     7573  FT_ENTRY ("kb-obj-base",   1,  2,  0,  func_kbuild_object_base),
     7574  FT_ENTRY ("kb-obj-suff",   1,  2,  0,  func_kbuild_object_suffix),
    75757575  FT_ENTRY ("kb-src-prop",   3,  4,  0,  func_kbuild_source_prop),
    75767576  FT_ENTRY ("kb-src-one",    0,  1,  0,  func_kbuild_source_one),
Note: See TracChangeset for help on using the changeset viewer.