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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Mar 24 16:56:19 CET 2011


Revision: 13934
          http://gar.svn.sourceforge.net/gar/?rev=13934&view=rev
Author:   bdwalton
Date:     2011-03-24 15:56:19 +0000 (Thu, 24 Mar 2011)

Log Message:
-----------
ruby19/trunk: drop the suncc/gcc4 switch.  seems to only build with gcc4 for now

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

Modified: csw/mgar/pkg/ruby19/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby19/trunk/Makefile	2011-03-24 00:25:26 UTC (rev 13933)
+++ csw/mgar/pkg/ruby19/trunk/Makefile	2011-03-24 15:56:19 UTC (rev 13934)
@@ -95,17 +95,16 @@
 EXTRA_INC = $(prefix)/X11/include
 EXTRA_LIB = $(prefix)/X11/lib
 
-ifdef USEGCC
 GARCOMPILER = GCC4
-RUNTIME_DEP_PKGS_CSWruby19 += CSWgcc4corert
-RUNTIME_DEP_PKGS_CSWruby19-dev += CSWgcc4core
-# This is for rbconfig.rb: without this, modules built may not get a
-# proper setting.
-EXTRA_LDFLAGS = -R $(abspath /opt/csw/gcc4/lib/$(MM_LIBDIR))
-else
-GARCOMPILER = SOS12
-SOS12_LD_FLAGS =
-endif
+# RUNTIME_DEP_PKGS_CSWruby19 += CSWgcc4corert
+# RUNTIME_DEP_PKGS_CSWruby19-dev += CSWgcc4core
+# # This is for rbconfig.rb: without this, modules built may not get a
+# # proper setting.
+# EXTRA_LDFLAGS = -R $(abspath /opt/csw/gcc4/lib/$(MM_LIBDIR))
+# else
+# GARCOMPILER = SOS12
+# SOS12_LD_FLAGS =
+# endif
 
 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