blob: c8c3c3f2e861d1186d58ec25fdf439eeeb59c5ce [file] [log] [blame]
#include "configargs.h"
static char basever[] = "4.6.4";
static char datestamp[] = "20130412";
static char devphase[] = "";
static char revision[] = "";
/* FIXME plugins: We should make the version information more precise.
One way to do is to add a checksum. */
static struct plugin_gcc_version gcc_version = {basever, datestamp,
devphase, revision,
configuration_arguments};