[llvm-commits] CVS: llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 30 12:02:07 PST 2005



Changes in directory llvm-test/External/SPEC/CINT95/132.ijpeg:

Makefile updated: 1.6 -> 1.7
---
Log message:

remove this hack


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

 Makefile |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile
diff -u llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile:1.6 llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile:1.7
--- llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile:1.6	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT95/132.ijpeg/Makefile	Sun Oct 30 14:01:56 2005
@@ -8,10 +8,6 @@
 STDOUT_FILENAME := $(FILENAME).out
 RUN_OPTIONS := -image_file $(FILENAME).ppm -compression.quality 90 -compression.optimize_coding 0 -compression.smoothing_factor 90 -difference.image 1 -difference.x_stride 10 -difference.y_stride 10 -verbose 1 -GO.findoptcomp
 
-# This line nukes the __const's found in /usr/include/stdio.h that prevent the
-# extern char * sys_errlist variable from linking properly.
-CPPFLAGS += -D__const=""
-
 # This #define is the perfectly logical way to get 132.ijpeg to #include errno.h
 CPPFLAGS += -D__VMS
 






More information about the llvm-commits mailing list