non-ieee arith crashes passes on alpha

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Lenharth 2005-02-13 03:41:10 +00:00
parent 093f32785b
commit 39bcf5b8d0

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
#--------------------------------------------------------------------