@if c
ifneq ($(GCC_USES_GLD),YES)
CC_SL_FLAGS = -shared
endif
CC_LD = ld
@end

@if c++
ifneq ($(GCC_USES_GLD),YES)
CXX_SL_FLAGS = -shared
endif
CXX_LD = ld
@end
