projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
093f327
)
non-ieee arith crashes passes on alpha
author
Andrew Lenharth
<andrewl@lenharth.org>
Sun, 13 Feb 2005 03:41:10 +0000
(
03:41
+0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index 5e3158266f2d7b23d4b7d53cbeeb2588ff473622..724554272a97d3063c90a1f3969156e96f75ce88 100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-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
#--------------------------------------------------------------------