mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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:
parent
093f32785b
commit
39bcf5b8d0
@ -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
|
||||
#--------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user