Build mpi with new file mpvalpha.c.

Contributed by Richard C. Swift (swift@netscape.com)
This commit is contained in:
nelsonb%netscape.com 2001-10-09 23:51:36 +00:00
parent d774c7301a
commit 6be66357d1

View File

@ -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)