mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-17 05:30:00 +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:
@@ -228,6 +228,12 @@ LD.Flags += $(LDFLAGS)
|
|||||||
AR.Flags := cru
|
AR.Flags := cru
|
||||||
LibTool.Flags := --tag=CXX
|
LibTool.Flags := --tag=CXX
|
||||||
|
|
||||||
|
#Make Floating point ieee complient on alpha
|
||||||
|
ifeq ($(ARCH),Alpha)
|
||||||
|
CXX.Flags += -mieee
|
||||||
|
CPP.Flags += -mieee
|
||||||
|
endif
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# Directory locations
|
# Directory locations
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user