SF.net SVN: gar:[23309] csw/mgar/pkg/rcs/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 1 22:51:35 CEST 2014


Revision: 23309
          http://sourceforge.net/p/gar/code/23309
Author:   dmichelsen
Date:     2014-04-01 20:51:33 +0000 (Tue, 01 Apr 2014)
Log Message:
-----------
rcs/trunk: Enable GCC

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

Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile	2014-04-01 07:38:07 UTC (rev 23308)
+++ csw/mgar/pkg/rcs/trunk/Makefile	2014-04-01 20:51:33 UTC (rev 23309)
@@ -11,11 +11,6 @@
 
 VENDOR_URL = http://www.gnu.org/software/rcs/
 
-# Make extra package for Solaris 11 as the Solaris 10 package dumps core:
-#   https://www.opencsw.org/mantis/view.php?id=5159
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
-PACKAGING_PLATFORMS += solaris11-sparc solaris11-i386
-
 PACKAGES += CSWrcs
 SPKG_DESC_CSWrcs = GNU Revision Control System
 # PKGFILES is catchall
@@ -26,16 +21,14 @@
 DIFF = $(bindir)/gdiff
 DIFF3 = $(bindir)/gdiff3
 
-# Every kind of -xO* leads to this strange error in Sun Studio 12 or even 12.3:
-#   cg error (as) : location counter not on word boundary
-OPT_FLAGS_SOS =
+# Sun Studio results in strange errors as reported in
+#   https://www.opencsw.org/mantis/view.php?id=5159
+GARCOMPILER = GNU
 
 NORUNPATH = 1
 CONFIGURE_ARGS = --prefix=$(prefix)
 CONFIGURE_ARGS += --with-diffutils
 
-TEST_TARGET =
-
 BUILD_OVERRIDE_DIRS = DIFF DIFF3
 
 include gar/category.mk

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