Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 337428 Details for
Bug 454802
dev-utils/google-perftools-2.0-r1 ARMv6 does not imply 'dmb' instruction availability but it is used.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This makes google-perftools compile on RPi
gperftools-2.0-armv6.patch (text/plain), 642 bytes, created by
Jakub Daniel
on 2013-01-31 10:42:03 UTC
(
hide
)
Description:
This makes google-perftools compile on RPi
Filename:
MIME Type:
Creator:
Jakub Daniel
Created:
2013-01-31 10:42:03 UTC
Size:
642 bytes
patch
obsolete
>diff --git a/src/base/atomicops.h b/src/base/atomicops.h >index 17e8a27..ec04582 100644 >--- a/src/base/atomicops.h >+++ b/src/base/atomicops.h >@@ -91,8 +91,10 @@ > // TODO(csilvers): match piii, not just __i386. Also, match k8 > #if defined(__MACH__) && defined(__APPLE__) > #include "base/atomicops-internals-macosx.h" >-#elif defined(__GNUC__) && defined(ARMV6) >+#elif defined(__GNUC__) && defined(ARMV7) > #include "base/atomicops-internals-arm-v6plus.h" >+#elif defined(__GNUC__) && defined(ARMV6) >+#include "base/atomicops-internals-arm-generic.h" > #elif defined(ARMV3) > #include "base/atomicops-internals-arm-generic.h" > #elif defined(_WIN32)
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 454802
: 337428