Change-Id: I8318982eb1cee1a694dbdd504e0ca106a29d807e Reviewed-on: https://gerrit.libreoffice.org/11700 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
--- nss/lib/freebl/Makefile 2014-09-29 16:52:50.356265282 +0100
|
|
+++ nss/lib/freebl/Makefile 2014-09-29 16:53:01.823340024 +0100
|
|
@@ -110,6 +110,7 @@
|
|
ifeq (OS2,$(OS_TARGET))
|
|
ASFILES = mpi_x86_os2.s
|
|
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE
|
|
+ DEFINES += -DMP_USE_UINT_DIGIT
|
|
DEFINES += -DMP_ASSEMBLY_DIV_2DX1D
|
|
DEFINES += -DMP_USE_UINT_DIGIT -DMP_NO_MP_WORD
|
|
DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN
|