Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 869683 Details for
Bug 1071679
Define -DMP_USE_UINT_DIGIT in lib/freebl/Makefile for Linux x86
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add -DMP_USE_UINT_DIGIT in lib/freebl/Makefile for Linux x86
mozbug-972450.patch (text/plain), 862 bytes, created by
Elio Maldonado Batiz
on 2014-03-02 20:24:59 UTC
(
hide
)
Description:
Add -DMP_USE_UINT_DIGIT in lib/freebl/Makefile for Linux x86
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2014-03-02 20:24:59 UTC
Size:
862 bytes
patch
obsolete
>diff --git a/lib/freebl/Makefile b/lib/freebl/Makefile >--- a/lib/freebl/Makefile >+++ b/lib/freebl/Makefile >@@ -190,17 +190,17 @@ ifeq ($(CPU_ARCH),x86_64) > ASFILES += intel-aes.s intel-gcm.s > EXTRA_SRCS += intel-gcm-wrap.c > INTEL_GCM = 1 > MPI_SRCS += mpi_amd64.c mp_comba.c > endif > ifeq ($(CPU_ARCH),x86) > ASFILES = mpi_x86.s > DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE >- DEFINES += -DMP_ASSEMBLY_DIV_2DX1D >+ DEFINES += -DMP_ASSEMBLY_DIV_2DX1D -DMP_USE_UINT_DIGIT > DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN > # The floating point ECC code doesn't work on Linux x86 (bug 311432). > #ECL_USE_FP = 1 > endif > ifeq ($(CPU_ARCH),arm) > DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE > DEFINES += -DMP_USE_UINT_DIGIT > DEFINES += -DSHA_NO_LONG_LONG # avoid 64-bit arithmetic in SHA512
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 1071679
: 869683