Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 644640 Details for
Bug 497714
media-libs/x264-0.0.20130912 - src_configure(): endian test failed with LTO
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Newer patch to fix LTO configure bug
x264-0.0.20190903-r1-lto.patch (text/plain), 678 bytes, created by
Iade Gesso
on 2020-06-14 15:28:28 UTC
(
hide
)
Description:
Newer patch to fix LTO configure bug
Filename:
MIME Type:
Creator:
Iade Gesso
Created:
2020-06-14 15:28:28 UTC
Size:
678 bytes
patch
obsolete
>--- x264-snapshot-20190903-2245/configure 2020-06-14 14:33:25.173047648 +0200 >+++ x264-snapshot-20190903-2245/configure 2020-06-14 14:35:32.154713163 +0200 >@@ -995,7 +995,7 @@ > CPU_ENDIAN="little-endian" > if [ $compiler = GNU ]; then > echo "int i[2] = {0x42494745,0}; double f[2] = {0x1.0656e6469616ep+102,0};" > conftest.c >- $CC $CFLAGS conftest.c -c -o conftest.o 2>/dev/null || die "endian test failed" >+ $CC $CFLAGS -fno-lto conftest.c -c -o conftest.o 2>/dev/null || die "endian test failed" > if (${STRINGS} -a conftest.o | grep -q BIGE) && (${STRINGS} -a conftest.o | grep -q FPendian) ; then > define WORDS_BIGENDIAN > CPU_ENDIAN="big-endian"
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 497714
:
380064
|
414492
|
523910
| 644640