Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357559 - SuperH needs -mieee on dev-lang/ruby-1.9*
Summary: SuperH needs -mieee on dev-lang/ruby-1.9*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: sh Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL: http://lists.debian.org/debian-superh...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 19:26 UTC by Raúl Porcel (RETIRED)
Modified: 2011-03-07 11:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl Porcel (RETIRED) gentoo-dev 2011-03-05 19:26:13 UTC
Hi guys,

check $URL, can you add it to the ebuilds? I would add it, but i guess you have overlays where this should be applied too :)

An use sh && append-flags -mieee should do

Thanks
Comment 1 SpanKY gentoo-dev 2011-03-05 22:31:54 UTC
is ruby the only package ?  alpha has similar issues, but we just changed the default alpha gcc to always run with -mieee by default.  rather than patch a lot of packages just for SuperH, might be saner to extend that patch to SuperH.
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2011-03-06 12:24:43 UTC
(In reply to comment #1)
> is ruby the only package ?  alpha has similar issues, but we just changed the
> default alpha gcc to always run with -mieee by default.  rather than patch a
> lot of packages just for SuperH, might be saner to extend that patch to SuperH.
> 

The only one i've find, yes. ruby-1.8 works fine.
Comment 3 Hans de Graaff gentoo-dev Security 2011-03-07 11:01:32 UTC
(In reply to comment #0)
> Hi guys,
> 
> check $URL, can you add it to the ebuilds? I would add it, but i guess you have
> overlays where this should be applied too :)
> 
> An use sh && append-flags -mieee should do

Please feel free to fix, we don't have additional overlays to take care of here.
Comment 4 SpanKY gentoo-dev 2011-03-07 11:12:45 UTC
i guess i'm fine with adding it to this one ebuild.  but if this shows up in even just two or three packages, i think we'll want to go the same route as alpha.  it too would seem to work for most things out there, but sometimes it'd fail in weird ways on edge cases.
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2011-03-07 11:39:21 UTC
Okay, we'll talk about it if another package needs it.

I've added it, closing