aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-08-07 23:26:17 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-08-07 23:26:17 +0000
commit777b266cfabcf2022fd52625ee9f83c85aad61fd (patch)
tree7eca922a05056d2260bf44d820c99ef661ea8aa0
parent0801527a50d1dc648d6611c02c64c41714f8c7bc (diff)
get the FTOI opt right
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@22695 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.programs b/Makefile.programs
index efb4a759..4b80b712 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -191,7 +191,7 @@ LLCBETAOPTION := -enable-lsr-for-ppc
#-enable-gpopt
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -enable-alpha-ftoi -enable-lsr-for-alpha
+LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
#-enable-alpha-intfpdiv
endif
ifeq ($(ARCH),x86)