Ignore:
Timestamp:
Dec 7, 2011, 8:04:47 PM (14 years ago)
Author:
dmik
Message:

Make sure .ORC object file name doesn't conflict with .C/CPP object files.

This could happen if both .ORC and .C/CPP source files had identical
base names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/Config.kmk

    r21842 r21861  
    155155#
    156156TOOL_GXX3OMF_WRC                = $(PATH_STAGE_BIN)/winerc.exe
    157 TOOL_GXX3OMF_WRCOBJSUFF         = $(TOOL_GXX3OMF_COBJSUFF)
     157TOOL_GXX3OMF_WRCOBJSUFF         = .orc$(TOOL_GXX3OMF_COBJSUFF)
    158158TOOL_GXX3OMF_WRCFLAGS           =
    159159TOOL_GXX3OMF_COMPILE_WRC_OUTPUT = $(outbase).orc.s
Note: See TracChangeset for help on using the changeset viewer.