diff --git a/security/nss/lib/freebl/mpi/Makefile b/security/nss/lib/freebl/mpi/Makefile index d82c160ade68..dc39290acfdd 100644 --- a/security/nss/lib/freebl/mpi/Makefile +++ b/security/nss/lib/freebl/mpi/Makefile @@ -22,6 +22,7 @@ ## ## Contributor(s): ## Netscape Communications Corporation +## Richard C. Swift (swift@netscape.com) ## ## Alternatively, the contents of this file may be used under the ## terms of the GNU General Public License Version 2 or later (the @@ -36,7 +37,7 @@ ## GPL. ## ## -## $Id: Makefile,v 1.16 2000/12/27 02:08:54 nelsonb%netscape.com Exp $ +## $Id: Makefile,v 1.17 2001/10/09 23:51:36 nelsonb%netscape.com Exp $ ## ## Define CC to be the C compiler you wish to use. The GNU cc @@ -83,6 +84,8 @@ endif ifeq ($(TARGET),alphaOSF1) #Alpha/OSF1 +MPICMN += -DMP_ASSEMBLY_MULTIPLY +AS_OBJS+= mpvalpha.o #CFLAGS= -O -Olimit 4000 -ieee_with_inexact -std1 -DOSF1 -D_REENTRANT $(MPICMN) CFLAGS= -O -Olimit 4000 -ieee_with_inexact -std1 -DOSF1 -D_REENTRANT \ -DMP_NO_MP_WORD $(MPICMN)