Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 319002 Details for
Bug 427612
firefox-14.0.1 does not emerge: double-conversion/utils.h:67:2: error Target architecture was not detected as supported
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ensure we define all appropriate archs
Fix-supported-archs.patch (text/plain), 911 bytes, created by
Jory A. Pratt
on 2012-07-23 16:22:41 UTC
(
hide
)
Description:
Ensure we define all appropriate archs
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2012-07-23 16:22:41 UTC
Size:
911 bytes
patch
obsolete
>--- a/mfbt/double-conversion/utils.h 2012-07-23 11:18:26.013659723 -0500 >+++ b/mfbt/double-conversion/utils.h 2012-07-23 11:19:55.186653713 -0500 >@@ -53,10 +53,14 @@ > // disabled.) > // On Linux,x86 89255e-22 != Div_double(89255.0/1e22) > #if defined(_M_X64) || defined(__x86_64__) || \ >- defined(__ARMEL__) || \ >+ defined(__ARMEL__) || defined(__avr32__) || \ >+ defined(__hppa__) || defined(__ia64__) || \ >+ defined(__mips__) || defined(__powerpc__) || \ >+ defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ >+ defined(__SH4__) || defined(__alpha__) || \ > defined(_MIPS_ARCH_MIPS32R2) > #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 >-#elif defined(_M_IX86) || defined(__i386__) >+#elif defined(_M_IX86) || defined(__i386__) || defined(__i386) > #if defined(_WIN32) > // Windows uses a 64bit wide floating point stack. > #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
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 427612
:
318892
| 319002