@if c
ifneq ($(GCC_USED_GLD),YES)
CC_SL_FLAGS = -shared
endif
@endif

@if c++
ifneq ($(GXX_USES_GLD),YES)
CXX_SL_FLAGS = -shared -check_registry /usr/lib/so_locations
endif
@endif
