Revision: 15907
          http://gar.svn.sourceforge.net/gar/?rev=15907&view=rev
Author:   dmichelsen
Date:     2011-10-11 09:51:07 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
mGAR v2-raised-buildlevel: Apply patch to raise buildlevel for Solaris 10

Modified Paths:
--------------
    csw/mgar/gar/v2-raised-buildlevel/gar.conf.mk

Modified: csw/mgar/gar/v2-raised-buildlevel/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2-raised-buildlevel/gar.conf.mk       2011-10-11 09:49:15 UTC 
(rev 15906)
+++ csw/mgar/gar/v2-raised-buildlevel/gar.conf.mk       2011-10-11 09:51:07 UTC 
(rev 15907)
@@ -411,11 +411,20 @@
 FLAVOR_FLAGS += $(EXTRA_$(GARFLAVOR)_FLAGS_$(GARCOMPILER)_$(GARCH)) 
$(EXTRA_$(GARFLAVOR)_FLAGS_$(GARCOMPILER))
 
 # Raise these in your .garrc if needed
-ISA_DEFAULT_sparc   ?= sparcv8
-ISA_DEFAULT_i386    ?= i386
-ISA_DEFAULT64_sparc ?= sparcv9
-ISA_DEFAULT64_i386  ?= amd64
+ISA_DEFAULT_sparc-5.9    ?= sparcv8
+ISA_DEFAULT_sparc-5.10   ?= sparcv8plus
+ISA_DEFAULT_i386-5.9     ?= i386
+ISA_DEFAULT_i386-5.10    ?= pentium_pro
+ISA_DEFAULT64_sparc-5.9  ?= sparcv9
+ISA_DEFAULT64_sparc-5.10 ?= sparcv9
+ISA_DEFAULT64_i386-5.9   ?= amd64
+ISA_DEFAULT64_i386-5.10  ?= amd64
 
+ISA_DEFAULT_sparc   ?= $(ISA_DEFAULT_sparc-$(GAROSREL))
+ISA_DEFAULT_i386    ?= $(ISA_DEFAULT_i386-$(GAROSREL))
+ISA_DEFAULT64_sparc ?= $(ISA_DEFAULT64_sparc-$(GAROSREL))
+ISA_DEFAULT64_i386  ?= $(ISA_DEFAULT64_i386-$(GAROSREL))
+
 # These are the ISAs that are always build for 32 bit and 64 bit
 # Do not overwrite these as they are used to control expansion at several 
other places
 ISA_DEFAULT = $(ISA_DEFAULT_$(GARCH))
@@ -450,8 +459,8 @@
 
 # Subdirectories for specialized binaries and libraries
 # Use defaults for sparcv8 and i386 as those are symlinks
-ISALIBDIR_sparcv8              ?= .
-ISALIBDIR_i386                 ?= .
+ISALIBDIR_$(ISA_DEFAULT_sparc) ?= .
+ISALIBDIR_$(ISA_DEFAULT_i386)  ?= .
 $(foreach I,$(ISALIST),$(eval ISALIBDIR_$(I) ?= $I))
 
 # These are the directories where the optimized libraries should go to

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to