OSDN Git Service

Check in a new gcc-4.4.0 toolchain.
[android-x86/prebuilt.git] / linux-x86 / toolchain / arm-eabi-4.4.0 / lib / gcc / arm-eabi / 4.4.0 / plugin / include / plugin-version.h
1 #include "configargs.h"
2
3 static char basever[] = "4.4.0";
4 static char datestamp[] = "20090421";
5 static char devphase[] = "";
6 static char revision[] = "";
7
8 /* FIXME plugins: We should make the version information more precise.
9    One way to do is to add a checksum. */
10
11 static struct plugin_gcc_version gcc_version = {basever, datestamp,
12                                                 devphase, revision,
13                                                 configuration_arguments};