blob: 6e953d465e9750878d7628d35ae00c99631aaafc [file] [log] [blame]
#include "configargs.h"
static char basever[] = "4.4.3";
static char datestamp[] = "20100121";
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};