summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-03-07 11:38:35 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-03-07 11:38:35 +0000
commit5fd52ff3b9266f9c438285e17d6673f61751da95 (patch)
tree38aca0665e9ce3f2657e9793057ec15334c76dad /dev-lang
parentDrop -Dusrinc=$(get_ml_incdir) (#357737) (diff)
downloadgentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.tar.gz
gentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.tar.bz2
gentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.zip
Add append-flags -mieee on sh, bug #357559
(Portage version: 2.1.9.41/cvs/Linux ia64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ruby/ChangeLog5
-rw-r--r--dev-lang/ruby/ruby-1.9.2.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog
index ff9350de7a3f..7b793d3ca75f 100644
--- a/dev-lang/ruby/ChangeLog
+++ b/dev-lang/ruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ruby
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.486 2011/02/26 16:49:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.487 2011/03/07 11:38:35 armin76 Exp $
+
+ 07 Mar 2011; Raúl Porcel <armin76@gentoo.org> ruby-1.9.2.ebuild:
+ Add append-flags -mieee on sh, bug #357559
26 Feb 2011; Raúl Porcel <armin76@gentoo.org> ruby-1.8.7_p334.ebuild:
alpha/arm/ia64/s390/sh stable wrt #355439
diff --git a/dev-lang/ruby/ruby-1.9.2.ebuild b/dev-lang/ruby/ruby-1.9.2.ebuild
index e75853eebdf7..89efc258f274 100644
--- a/dev-lang/ruby/ruby-1.9.2.ebuild
+++ b/dev-lang/ruby/ruby-1.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.2.ebuild,v 1.4 2011/02/26 14:34:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.2.ebuild,v 1.5 2011/03/07 11:38:35 armin76 Exp $
EAPI=2
@@ -91,6 +91,8 @@ src_configure() {
# In many places aliasing rules are broken; play it safe
# as it's risky with newer compilers to leave it as it is.
append-flags -fno-strict-aliasing
+ # SuperH needs this
+ use sh && append-flags -mieee
# Socks support via dante
if use socks5 ; then