[csw-devel] SF.net SVN: gar:[19220] csw/mgar/gar/v2/gar.conf.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Sep 17 16:14:03 CEST 2012


Revision: 19220
          http://gar.svn.sourceforge.net/gar/?rev=19220&view=rev
Author:   dmichelsen
Date:     2012-09-17 14:14:03 +0000 (Mon, 17 Sep 2012)
Log Message:
-----------
mGAR v2: Enable solaris 10 linker map only on Solaris 10

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

Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk	2012-09-17 13:42:17 UTC (rev 19219)
+++ csw/mgar/gar/v2/gar.conf.mk	2012-09-17 14:14:03 UTC (rev 19220)
@@ -690,9 +690,10 @@
 RUNPATH_ISALIST ?= $(EXTRA_RUNPATH_DIRS) $(EXTRA_LIB) $(filter-out $(libpath_install),$(libdir_install)) $(libpath_install)
 endif
 
-LINKER_MAP_RELEASE ?= solaris10u8
+LINKER_MAP_RELEASE-5.10 ?= solaris10u8
+LINKER_MAP_RELEASE ?= $(LINKER_MAP_RELEASE-$(GAROSREL))
 
-LINKER_MAPS ?= $(foreach MAP,$(LINKER_MAP_RELEASE) $(EXTRA_LINKER_MAPS),-M $(abspath $(GARDIR)/lib/map.$(LINKER_MAP_RELEASE)))
+LINKER_MAPS ?= $(foreach MAP,$(LINKER_MAP_RELEASE) $(EXTRA_LINKER_MAPS) $(EXTRA_LINKER_MAPS-$(GAROSREL)),-M $(abspath $(GARDIR)/lib/map.$(LINKER_MAP_RELEASE)))
 LINKER_DIRECT ?= -B direct
 LINKER_IGNORE ?= -z ignore
 

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



More information about the devel mailing list