[csw-devel] SF.net SVN: gar:[7315] csw/mgar/pkg/libtool/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Nov 16 18:01:56 CET 2009
Revision: 7315
http://gar.svn.sourceforge.net/gar/?rev=7315&view=rev
Author: dmichelsen
Date: 2009-11-16 17:01:56 +0000 (Mon, 16 Nov 2009)
Log Message:
-----------
libtool: Fix skipped modulations
Modified Paths:
--------------
csw/mgar/pkg/libtool/trunk/Makefile
Modified: csw/mgar/pkg/libtool/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libtool/trunk/Makefile 2009-11-16 16:39:11 UTC (rev 7314)
+++ csw/mgar/pkg/libtool/trunk/Makefile 2009-11-16 17:01:56 UTC (rev 7315)
@@ -9,7 +9,7 @@
# Modulate over compiler only for 2.2.6
SKIP_MODULATIONS = $(foreach I,sparcv8 sparcv9 i386 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-1.5.26-garcompiler-$C))
# Compile 64 bit libraries only with SOS11
-SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.6-garcompiler-$C))
+SKIP_MODULATIONS += $(foreach I,sparcv9 amd64,$(foreach C,GCC3 GCC4,isa-$I-garversion-2.2.6b-garcompiler-$C))
DESCRIPTION = A generic library support tool
define BLURB
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