From ddcd38b26a01f4b71dab4ea9ef9515d8237bc9dd Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 25 Oct 2011 20:54:51 +0000 Subject: Csmith is a tool that can generate random C programs that statically and dynamically conform to the C99 standard. Thus, it is useful for stress-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and over the last several years we have used it to find and report more than 350 previously-unknown compiler bugs. WWW: http://embed.cs.utah.edu/csmith/ Approved by: bapt (mentor) --- devel/csmith/files/patch-src__Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/csmith/files/patch-src__Makefile.in (limited to 'devel/csmith/files/patch-src__Makefile.in') diff --git a/devel/csmith/files/patch-src__Makefile.in b/devel/csmith/files/patch-src__Makefile.in new file mode 100644 index 000000000000..6b2a60a98e93 --- /dev/null +++ b/devel/csmith/files/patch-src__Makefile.in @@ -0,0 +1,11 @@ +--- ./src/Makefile.in.orig 2011-04-12 21:39:51.000000000 -0400 ++++ ./src/Makefile.in 2011-10-25 14:24:30.000000000 -0400 +@@ -384,7 +384,7 @@ + csmith.vcproj \ + csmith.vcxproj + +-SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\" ++SVN_FLAG = -DSVN_VERSION=\"`exported`\" + csmith_CPPFLAGS = \ + -DTARGET_CPU_$(target_cpu)=1 \ + $(SVN_FLAG) \ -- cgit v1.2.3