non-ieee arith crashes passes on alpha
authorAndrew Lenharth <andrewl@lenharth.org>
Sun, 13 Feb 2005 03:41:10 +0000 (03:41 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sun, 13 Feb 2005 03:41:10 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20144 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 5e3158266f2d7b23d4b7d53cbeeb2588ff473622..724554272a97d3063c90a1f3969156e96f75ce88 100644 (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
 #--------------------------------------------------------------------