[csw-devel] SF.net SVN: gar:[18189] csw/mgar/pkg/gcc4/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Fri Jun 1 10:33:08 CEST 2012


Revision: 18189
          http://gar.svn.sourceforge.net/gar/?rev=18189&view=rev
Author:   wahwah
Date:     2012-06-01 08:33:07 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
gcc4/trunk: add an alternative for gccgo, bump prio to 470

Modified Paths:
--------------
    csw/mgar/pkg/gcc4/trunk/Makefile

Modified: csw/mgar/pkg/gcc4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/trunk/Makefile	2012-06-01 08:32:05 UTC (rev 18188)
+++ csw/mgar/pkg/gcc4/trunk/Makefile	2012-06-01 08:33:07 UTC (rev 18189)
@@ -11,8 +11,8 @@
 
 DESCRIPTION  = The GNU Compiler Collection
 define BLURB
-	The GNU Compiler Collection includes front ends for C, C++, 
-	Objective-C, Fortran, Java, and Ada, as well as libraries 
+	The GNU Compiler Collection includes front ends for C, C++,
+	Objective-C, Fortran, Java, and Ada, as well as libraries
 	for these languages (libstdc++, libgcj,...).
 endef
 
@@ -67,7 +67,7 @@
 CONFIGURE_ARGS += --enable-libada
 CONFIGURE_ARGS += --enable-libssp
 CONFIGURE_ARGS += --enable-objc-gc
-CONFIGURE_ARGS += --enable-threads=posix 
+CONFIGURE_ARGS += --enable-threads=posix
 CONFIGURE_ARGS += --enable-languages=ada,c,c++,fortran,go,java,objc
 CONFIGURE_ARGS += --with-system-zlib=$(BUILD_PREFIX)
 
@@ -117,7 +117,7 @@
 # Used multiple times in package definitions
 JAVA_LIB_VERSION = 13
 
-ALTERNATIVES_PRIO = 460
+ALTERNATIVES_PRIO = 470
 
 PACKAGES = $(PKG_BASENAME)core
 SPKG_DESC_$(PKG_BASENAME)core = GNU C compiler
@@ -152,6 +152,7 @@
 ALTERNATIVE_$(PKG_VERSION_TOKEN)core += $(bindir)/cpp gcc_core $(bindir)/cpp$(PROGRAM_SUFFIX) $(ALTERNATIVES_PRIO)
 ALTERNATIVE_$(PKG_VERSION_TOKEN)core += $(bindir)/gcc gcc_core $(bindir)/gcc$(PROGRAM_SUFFIX)
 ALTERNATIVE_$(PKG_VERSION_TOKEN)core += $(bindir)/gcov gcc_core $(bindir)/gcov$(PROGRAM_SUFFIX)
+ALTERNATIVE_$(PKG_VERSION_TOKEN)core += $(bindir)/gccgo gcc_core $(bindir)/gccgo$(PROGRAM_SUFFIX)
 
 # Because I can.
 CHECKPKG_OVERRIDES_$(PKG_BASENAME)core += file-with-bad-content

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