non-ieee arith crashes passes on alpha

llvm-svn: 20144
This commit is contained in:
Andrew Lenharth 2005-02-13 03:41:10 +00:00
parent d39febfc66
commit 9a98def106
1 changed files with 6 additions and 0 deletions

View File

@ -228,6 +228,12 @@ LD.Flags += $(LDFLAGS)
AR.Flags := cru
LibTool.Flags := --tag=CXX
#Make Floating point ieee complient on alpha
ifeq ($(ARCH),Alpha)
CXX.Flags += -mieee
CPP.Flags += -mieee
endif
#--------------------------------------------------------------------
# Directory locations
#--------------------------------------------------------------------