MPI now uses assembler code for Solaris i86pc.

This commit is contained in:
nelsonb%netscape.com 2001-04-27 20:49:17 +00:00
parent 142643b2df
commit 80046e3076

View File

@ -188,15 +188,12 @@ endif
else
# Solaris x86
DEFINES += -DMP_USE_UINT_DIGIT
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -DMP_ASSEMBLY_DIV_2DX1D
ASFILES = mpi_i86pc.s
ifdef NS_USE_GCC
LD = gcc
AS = as
AS = gcc
ASFLAGS =
DSO_LDOPTS += -shared -Wl,-B,symbolic,-z,defs,-z,now,-z,text,-M,mapfile.Solaris
# ASFILES = mpi_x86.s
# DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -DMP_ASSEMBLY_DIV_2DX1D
else
MKSHLIB += -B symbolic -z defs -z now -z text -M mapfile.Solaris
endif
endif