blob: c2a1b075ddc3b66f97a2aa91f3c36d79c308df0c [file] [log] [blame]
#include "configargs.h"
static char basever[] = "4.6.x-google";
static char datestamp[] = "20110718";
static char devphase[] = "prerelease";
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};