[llvm-commits] CVS: llvm-test/External/SPEC/CINT2000/197.parser/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Apr 4 19:34:30 PDT 2005
Changes in directory llvm-test/External/SPEC/CINT2000/197.parser:
Makefile updated: 1.4 -> 1.5
---
Log message:
Add this in hopes of getting the program to work by stopping conflicts on isnumber.
---
Diffs of the changes: (+5 -0)
Makefile | 5 +++++
1 files changed, 5 insertions(+)
Index: llvm-test/External/SPEC/CINT2000/197.parser/Makefile
diff -u llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.4 llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.5
--- llvm-test/External/SPEC/CINT2000/197.parser/Makefile:1.4 Mon Sep 6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT2000/197.parser/Makefile Mon Apr 4 21:34:16 2005
@@ -3,4 +3,9 @@
STDIN_FILENAME = $(RUN_TYPE).in
STDOUT_FILENAME = $(RUN_TYPE).out
CPPFLAGS =
+
+ifeq ($(OS),Darwin)
+CPPFLAGS += -D_ANSI_SOURCE=1
+endif
+
include ../../Makefile.spec2000
More information about the llvm-commits
mailing list