[svn:parrot] r42015 - trunk/config/gen/config_h
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Thu Oct 22 09:14:35 UTC 2009
Author: fperrad
Date: Thu Oct 22 09:14:34 2009
New Revision: 42015
URL: https://trac.parrot.org/parrot/changeset/42015
Log:
fix banner, broken since kill_jit merge :
$ parrot -V
This is Parrot version 1.7.0 built for nojit.
Modified:
trunk/config/gen/config_h/config_h.in
Modified: trunk/config/gen/config_h/config_h.in
==============================================================================
--- trunk/config/gen/config_h/config_h.in Thu Oct 22 08:52:36 2009 (r42014)
+++ trunk/config/gen/config_h/config_h.in Thu Oct 22 09:14:34 2009 (r42015)
@@ -21,7 +21,7 @@
#define PARROT_MAJOR_VERSION @MAJOR@
#define PARROT_MINOR_VERSION @MINOR@
#define PARROT_PATCH_VERSION @PATCH@
-#define PARROT_ARCHNAME "@jitarchname@"
+#define PARROT_ARCHNAME "@cpuarch at -@osname@"
#define PARROT_JIT_CAPABLE @jitcapable@
#define PARROT_EXEC_CAPABLE @execcapable@
#define PARROT_SHARE_EXT "@share_ext@"
More information about the parrot-commits
mailing list