Changeset 322


Ignore:
Timestamp:
Sep 1, 2005, 1:48:22 PM (20 years ago)
Author:
bird
Message:

Changed SONAME to be required everywhere BUT os2 and win32 for the DLL linking instead of only requiring it on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GCC3.kmk

    r300 r322  
    233233        $(RM) -f $$@
    234234        $(TOOL_GCC3_LD) $(TOOL_GCC3_LDFLAGS.dll) $(flags) -o $$@ \
    235                 $(if $(filter linux, $(BUILD_TARGET)),$(call TOOL_GCC3_LD_SONAME,$(target),$(dll))) \
     235                $(if $(filter-out win32 os2, $(BUILD_TARGET)),$(call TOOL_GCC3_LD_SONAME,$(target),$(dll))) \
    236236                $(objs) \
    237237                $(foreach p,$(libpath), -L$(p)) \
Note: See TracChangeset for help on using the changeset viewer.