[llvm-commits] [test-suite] r95556 - /test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile

Dale Johannesen dalej at apple.com
Mon Feb 8 11:35:27 PST 2010


Author: johannes
Date: Mon Feb  8 13:35:27 2010
New Revision: 95556

URL: http://llvm.org/viewvc/llvm-project?rev=95556&view=rev
Log:
Make 147.vortex compile on x86-64.  Don't know yet if
this is enough to make it actually work.


Modified:
    test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile

Modified: test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile?rev=95556&r1=95555&r2=95556&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT95/147.vortex/Makefile Mon Feb  8 13:35:27 2010
@@ -20,6 +20,10 @@
   ## SPEC portability note for vortex says to use this flag on 64-bit machines
   CPPFLAGS += -D__RISC_64__
 endif
+ifeq ($(ARCH),x86_64)
+  ## SPEC portability note for vortex says to use this flag on 64-bit machines
+  CPPFLAGS += -D__RISC_64__
+endif
 
 ifeq ($(ENDIAN), big)
   RUN_OPTIONS  = vortex.in.big





More information about the llvm-commits mailing list