File: remove-custom-headers.patch

package info (click to toggle)
csmith 2.3.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,484 kB
  • sloc: cpp: 28,535; sh: 4,120; ansic: 820; makefile: 268; perl: 253
file content (42 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
diff -up csmith-2.1.0/runtime/Makefile.am.fix csmith-2.1.0/runtime/Makefile.am
--- csmith-2.1.0/runtime/Makefile.am.fix	2012-06-02 11:02:42.455528133 +0530
+++ csmith-2.1.0/runtime/Makefile.am	2012-06-02 11:03:44.471529558 +0530
@@ -61,17 +61,11 @@ libcsmith_a_includedir = \
 nobase_libcsmith_a_include_HEADERS = \
 	csmith.h \
 	csmith_minimal.h \
-	custom_limits.h \
-	custom_stdint_x86.h \
 	platform_avr.h \
 	platform_generic.h \
 	platform_msp430.h \
 	random_inc.h \
 	safe_abbrev.h \
-	stdint_avr.h \
-	stdint_ia32.h \
-	stdint_ia64.h \
-	stdint_msp430.h \
 	windows/stdint.h \
 	volatile_runtime.c \
 	volatile_runtime.h
diff -up csmith-2.1.0/runtime/Makefile.in.fix csmith-2.1.0/runtime/Makefile.in
--- csmith-2.1.0/runtime/Makefile.in.fix	2012-06-02 11:02:46.111528214 +0530
+++ csmith-2.1.0/runtime/Makefile.in	2012-06-02 11:03:55.775529803 +0530
@@ -258,17 +258,11 @@ libcsmith_a_includedir = \
 nobase_libcsmith_a_include_HEADERS = \
 	csmith.h \
 	csmith_minimal.h \
-	custom_limits.h \
-	custom_stdint_x86.h \
 	platform_avr.h \
 	platform_generic.h \
 	platform_msp430.h \
 	random_inc.h \
 	safe_abbrev.h \
-	stdint_avr.h \
-	stdint_ia32.h \
-	stdint_ia64.h \
-	stdint_msp430.h \
 	windows/stdint.h \
 	volatile_runtime.c \
 	volatile_runtime.h