[csw-devel] SF.net SVN: gar:[10520] csw/mgar/pkg/ruby/trunk/files
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Jul 14 03:02:38 CEST 2010
Revision: 10520
http://gar.svn.sourceforge.net/gar/?rev=10520&view=rev
Author: bdwalton
Date: 2010-07-14 01:02:38 +0000 (Wed, 14 Jul 2010)
Log Message:
-----------
ruby: update gcc4 rbconfig files for include/lib change
Modified Paths:
--------------
csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.i386
csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.sparc
Modified: csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.i386
===================================================================
--- csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.i386 2010-07-13 22:54:37 UTC (rev 10519)
+++ csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.i386 2010-07-14 01:02:38 UTC (rev 10520)
@@ -18,7 +18,7 @@
CONFIG["RUBY_SO_NAME"] = "ruby"
CONFIG["MANTYPE"] = "man"
CONFIG["NROFF"] = "/usr/bin/nroff"
- CONFIG["configure_args"] = " '--prefix=/opt/csw' '--exec_prefix=/opt/csw' '--bindir=/opt/csw/bin' '--sbindir=/opt/csw/sbin' '--libexecdir=/opt/csw/libexec' '--datadir=/opt/csw/share' '--sysconfdir=/opt/csw/etc' '--sharedstatedir=/opt/csw/share' '--localstatedir=/opt/csw/var' '--libdir=/opt/csw/lib' '--infodir=/opt/csw/share/info' '--includedir=/opt/csw/include' '--mandir=/opt/csw/share/man' '--enable-pthread' '--enable-shared' '--with-tcl-dir=/opt/csw' '--with-tk-dir=/opt/csw' '--with-dbm-dir=/opt/csw/bdb48' '--with-gdbm-dir=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-openssl-dir=/opt/csw' '--with-readline-dir=/opt/csw' '--with-zlib-dir=/opt/csw' '--enable-install-doc' 'CC=/opt/csw/gcc4/bin/gcc' 'CFLAGS=-mtune=i686 -O2 -pipe -m32 -march=i386' 'LDFLAGS=-L/opt/csw/gcc4/lib/. -m32 -march=i386 -R /opt/csw/gcc4/lib -L/opt/csw/X11/lib -L/opt/csw/lib' 'CPPFLAGS=-I/opt/csw/X11/include -I/opt/csw/include'"
+ CONFIG["configure_args"] = " '--prefix=/opt/csw' '--exec_prefix=/opt/csw' '--bindir=/opt/csw/bin' '--sbindir=/opt/csw/sbin' '--libexecdir=/opt/csw/libexec' '--datadir=/opt/csw/share' '--sysconfdir=/opt/csw/etc' '--sharedstatedir=/opt/csw/share' '--localstatedir=/opt/csw/var' '--libdir=/opt/csw/lib' '--infodir=/opt/csw/share/info' '--includedir=/opt/csw/include' '--mandir=/opt/csw/share/man' '--enable-pthread' '--enable-shared' '--with-tcl-dir=/opt/csw' '--with-tk-dir=/opt/csw' '--with-dbm-dir=/opt/csw/bdb48' '--with-gdbm-dir=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-openssl-dir=/opt/csw' '--with-readline-dir=/opt/csw' '--with-zlib-dir=/opt/csw' '--enable-install-doc' 'CC=/opt/csw/gcc4/bin/gcc' 'CFLAGS=-mtune=i686 -O2 -pipe -m32 -march=i386' 'LDFLAGS=-L/opt/csw/gcc4/lib/. -m32 -march=i386 -R /opt/csw/gcc4/lib -L/opt/csw/lib' 'CPPFLAGS=-I/opt/csw/include'"
CONFIG["vendordir"] = "$(libdir)/ruby/vendor_ruby"
CONFIG["sitedir"] = "$(libdir)/ruby/site_ruby"
CONFIG["sitearch"] = "i386-solaris2.9"
@@ -46,7 +46,7 @@
CONFIG["debugflags"] = ""
CONFIG["optflags"] = ""
CONFIG["cflags"] = "$(optflags) $(debugflags)"
- CONFIG["cppflags"] = "-I/opt/csw/X11/include -I/opt/csw/include"
+ CONFIG["cppflags"] = "-I/opt/csw/include"
CONFIG["RDOCTARGET"] = "install-doc"
CONFIG["ARCHFILE"] = ""
CONFIG["EXTOUT"] = ".ext"
@@ -93,8 +93,8 @@
CONFIG["GREP"] = "/opt/csw/bin/ggrep"
CONFIG["CPP"] = "/opt/csw/gcc4/bin/gcc -E"
CONFIG["OBJEXT"] = "o"
- CONFIG["CPPFLAGS"] = "-I/opt/csw/X11/include -I/opt/csw/include $(DEFS) $(cppflags)"
- CONFIG["LDFLAGS"] = "-L. -L/opt/csw/gcc4/lib/. -m32 -march=i386 -R /opt/csw/gcc4/lib -L/opt/csw/X11/lib -L/opt/csw/lib"
+ CONFIG["CPPFLAGS"] = "-I/opt/csw/include $(DEFS) $(cppflags)"
+ CONFIG["LDFLAGS"] = "-L. -L/opt/csw/gcc4/lib/. -m32 -march=i386 -R /opt/csw/gcc4/lib -L/opt/csw/lib"
CONFIG["CFLAGS"] = "-mtune=i686 -O2 -pipe -m32 -march=i386 -fPIC $(cflags)"
CONFIG["CC"] = "/opt/csw/gcc4/bin/gcc"
CONFIG["target_os"] = "solaris2.9"
Modified: csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.sparc
===================================================================
--- csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.sparc 2010-07-13 22:54:37 UTC (rev 10519)
+++ csw/mgar/pkg/ruby/trunk/files/rbconfig.rb.GCC4.sparc 2010-07-14 01:02:38 UTC (rev 10520)
@@ -18,7 +18,7 @@
CONFIG["RUBY_SO_NAME"] = "ruby"
CONFIG["MANTYPE"] = "man"
CONFIG["NROFF"] = "/usr/bin/nroff"
- CONFIG["configure_args"] = " '--prefix=/opt/csw' '--exec_prefix=/opt/csw' '--bindir=/opt/csw/bin' '--sbindir=/opt/csw/sbin' '--libexecdir=/opt/csw/libexec' '--datadir=/opt/csw/share' '--sysconfdir=/opt/csw/etc' '--sharedstatedir=/opt/csw/share' '--localstatedir=/opt/csw/var' '--libdir=/opt/csw/lib' '--infodir=/opt/csw/share/info' '--includedir=/opt/csw/include' '--mandir=/opt/csw/share/man' '--enable-pthread' '--enable-shared' '--with-tcl-dir=/opt/csw' '--with-tk-dir=/opt/csw' '--with-dbm-dir=/opt/csw/bdb48' '--with-gdbm-dir=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-openssl-dir=/opt/csw' '--with-readline-dir=/opt/csw' '--with-zlib-dir=/opt/csw' '--enable-install-doc' 'CC=/opt/csw/gcc4/bin/gcc' 'CFLAGS=-O2 -pipe -mcpu=v8' 'LDFLAGS=-L/opt/csw/gcc4/lib/. -mcpu=v8 -R /opt/csw/gcc4/lib -L/opt/csw/X11/lib -L/opt/csw/lib' 'CPPFLAGS=-I/opt/csw/X11/include -I/opt/csw/include'"
+ CONFIG["configure_args"] = " '--prefix=/opt/csw' '--exec_prefix=/opt/csw' '--bindir=/opt/csw/bin' '--sbindir=/opt/csw/sbin' '--libexecdir=/opt/csw/libexec' '--datadir=/opt/csw/share' '--sysconfdir=/opt/csw/etc' '--sharedstatedir=/opt/csw/share' '--localstatedir=/opt/csw/var' '--libdir=/opt/csw/lib' '--infodir=/opt/csw/share/info' '--includedir=/opt/csw/include' '--mandir=/opt/csw/share/man' '--enable-pthread' '--enable-shared' '--with-tcl-dir=/opt/csw' '--with-tk-dir=/opt/csw' '--with-dbm-dir=/opt/csw/bdb48' '--with-gdbm-dir=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-openssl-dir=/opt/csw' '--with-readline-dir=/opt/csw' '--with-zlib-dir=/opt/csw' '--enable-install-doc' 'CC=/opt/csw/gcc4/bin/gcc' 'CFLAGS=-O2 -pipe -mcpu=v8' 'LDFLAGS=-L/opt/csw/gcc4/lib/. -mcpu=v8 -R /opt/csw/gcc4/lib -L/opt/csw/lib' 'CPPFLAGS=-I/opt/csw/include'"
CONFIG["vendordir"] = "$(libdir)/ruby/vendor_ruby"
CONFIG["sitedir"] = "$(libdir)/ruby/site_ruby"
CONFIG["sitearch"] = "sparc-solaris2.9"
@@ -46,7 +46,7 @@
CONFIG["debugflags"] = ""
CONFIG["optflags"] = ""
CONFIG["cflags"] = "$(optflags) $(debugflags)"
- CONFIG["cppflags"] = "-I/opt/csw/X11/include -I/opt/csw/include"
+ CONFIG["cppflags"] = "-I/opt/csw/include"
CONFIG["RDOCTARGET"] = "install-doc"
CONFIG["ARCHFILE"] = ""
CONFIG["EXTOUT"] = ".ext"
@@ -93,8 +93,8 @@
CONFIG["GREP"] = "/opt/csw/bin/ggrep"
CONFIG["CPP"] = "/opt/csw/gcc4/bin/gcc -E"
CONFIG["OBJEXT"] = "o"
- CONFIG["CPPFLAGS"] = "-I/opt/csw/X11/include -I/opt/csw/include $(DEFS) $(cppflags)"
- CONFIG["LDFLAGS"] = "-L. -L/opt/csw/gcc4/lib/. -mcpu=v8 -R /opt/csw/gcc4/lib -L/opt/csw/X11/lib -L/opt/csw/lib"
+ CONFIG["CPPFLAGS"] = "-I/opt/csw/include $(DEFS) $(cppflags)"
+ CONFIG["LDFLAGS"] = "-L. -L/opt/csw/gcc4/lib/. -mcpu=v8 -R /opt/csw/gcc4/lib -L/opt/csw/lib"
CONFIG["CFLAGS"] = "-O2 -pipe -mcpu=v8 -fPIC $(cflags)"
CONFIG["CC"] = "/opt/csw/gcc4/bin/gcc"
CONFIG["target_os"] = "solaris2.9"
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