make-rules/shared-macros.mk
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4201 1db8af129b18
equal deleted inserted replaced
4195:d88c5d15a4af 4196:d697072a92f5
   924 endif
   924 endif
   925 ifeq ($(COMPILER),gcc)
   925 ifeq ($(COMPILER),gcc)
   926 REQUIRED_PACKAGES += developer/gcc-47
   926 REQUIRED_PACKAGES += developer/gcc-47
   927 endif
   927 endif
   928 ifeq ($(COMPILER),studio)
   928 ifeq ($(COMPILER),studio)
       
   929 ifeq ($(findstring /opt/solarisstudio12.4,$(CC)),)
   929 # uncomment this line if you need to install Studio
   930 # uncomment this line if you need to install Studio
   930 #REQUIRED_PACKAGES += developer/solarisstudio-124
   931 REQUIRED_PACKAGES += developer/solarisstudio-124
       
   932 endif
   931 endif
   933 endif
   932 ifeq ($(PARFAIT_BUILD),yes)
   934 ifeq ($(PARFAIT_BUILD),yes)
   933 # uncomment this line if you need to install Parfait
   935 # uncomment this line if you need to install Parfait
   934 #REQUIRED_PACKAGES += developer/parfait/parfait-tools-151
   936 #REQUIRED_PACKAGES += developer/parfait/parfait-tools-151
   935 endif
   937 endif