ifneq ($(GCC),YES)
CC_SO_FLAGS = -KPIC
endif
ifneq ($(GCC_USES_GLD),YES)
CC_SL_FLAGS = -G -h lib$(NAME).so.$(VERSION)
endif

