xref: /netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc64/plugin-version.h (revision ba65fde2d7fefa7d39838fa5fa855e62bd606b5e)
1 /* This file is automatically generated.  DO NOT EDIT! */
2 /* Generated from: 	NetBSD: mknative-gcc,v 1.65 2011/10/13 19:52:33 matt Exp  */
3 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4 
5 #include "configargs.h"
6 
7 static char basever[] = "4.5.3";
8 static char datestamp[] = "20110428";
9 static char devphase[] = "";
10 static char revision[] = "";
11 
12 /* FIXME plugins: We should make the version information more precise.
13    One way to do is to add a checksum. */
14 
15 static struct plugin_gcc_version gcc_version = {basever, datestamp,
16 						devphase, revision,
17 						configuration_arguments};
18