blob: 5a11c2518b2edc91617e4333c2558d551676aa76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./runtime/Makefile.am.orig 2011-04-12 21:39:51.000000000 -0400
+++ ./runtime/Makefile.am 2011-10-25 14:17:34.000000000 -0400
@@ -39,7 +39,7 @@
libcsmith_a_SOURCES = \
volatile_runtime.c
-SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
+SVN_FLAG = -DSVN_VERSION=\"`exported`\"
## ENE: The idea of stuffing the target CPU name (a string) into a CPP symbol
## is kind of awful. What we should do instead is use the name to modify the
|