Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 374880 Details for
Bug 503804
dev-lang/ruby-2.1.1 adds '-msse2 -mfpmath=sse' to CFLAGS unconditionally (?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-2.1.1-no-forced-sse2.patch
ruby-2.1.1-no-forced-sse2.patch (text/plain), 736 bytes, created by
Andrew Savchenko
on 2014-04-13 22:19:37 UTC
(
hide
)
Description:
ruby-2.1.1-no-forced-sse2.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2014-04-13 22:19:37 UTC
Size:
736 bytes
patch
obsolete
>--- configure.in.orig 2014-04-14 00:46:14.000000000 +0400 >+++ configure.in 2014-04-14 01:38:54.597889225 +0400 >@@ -856,22 +856,6 @@ > for oflag in -fno-fast-math; do > RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)]) > done >- AS_CASE(["$target"], >- [*-darwin*], [ >- # doesn't seem necessary on Mac OS X >- ], >- [[i[4-6]86*]], [ >- RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [ >- RUBY_APPEND_OPTION(XCFLAGS, -msse2 -mfpmath=sse) >- ]) >- AS_CASE(["$XCFLAGS"], >- [[*-msse2*]], [ >- RUBY_TRY_CFLAGS(-mstackrealign, [ >- RUBY_APPEND_OPTION(XCFLAGS, -mstackrealign) >- ]) >- ]) >- ] >- ) > fi > > AC_ARG_WITH(opt-dir,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 503804
:
372036
|
374874
|
374876
| 374880