[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/130.li/Makefile

Chris Lattner lattner at persephone.cs.uiuc.edu
Tue Mar 8 14:33:42 PST 2005



Changes in directory llvm-test/External/SPEC/CINT95/130.li:

Makefile updated: 1.4 -> 1.5
---
Log message:

Make this build on darwin, whose ctype.h defines isnumber, which conflicts
with a source function.


---
Diffs of the changes:  (+1 -0)

 Makefile |    1 +
 1 files changed, 1 insertion


Index: llvm-test/External/SPEC/CINT95/130.li/Makefile
diff -u llvm-test/External/SPEC/CINT95/130.li/Makefile:1.4 llvm-test/External/SPEC/CINT95/130.li/Makefile:1.5
--- llvm-test/External/SPEC/CINT95/130.li/Makefile:1.4	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT95/130.li/Makefile	Tue Mar  8 16:33:22 2005
@@ -1,5 +1,6 @@
 LEVEL = ../../../..
 include ../../Makefile.spec95
+CPPFLAGS += -Disnumber=isnumber_renamed
 REQUIRES_EH_SUPPORT = 1
 STDIN_FILENAME  := $(RUN_TYPE).lsp
 STDOUT_FILENAME := $(RUN_TYPE).out






More information about the llvm-commits mailing list