xref: /minix3/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb/plugin-version.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
184d9c625SLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
484d9c625SLionel Sambuc 
584d9c625SLionel Sambuc #include "configargs.h"
684d9c625SLionel Sambuc 
7*0a6a1f1dSLionel Sambuc #define GCCPLUGIN_VERSION_MAJOR   4
8*0a6a1f1dSLionel Sambuc #define GCCPLUGIN_VERSION_MINOR   8
9*0a6a1f1dSLionel Sambuc #define GCCPLUGIN_VERSION_PATCHLEVEL   5
10*0a6a1f1dSLionel Sambuc #define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
11*0a6a1f1dSLionel Sambuc 
12*0a6a1f1dSLionel Sambuc static char basever[] = "4.8.5";
13*0a6a1f1dSLionel Sambuc static char datestamp[] = "20150623";
1484d9c625SLionel Sambuc static char devphase[] = "";
1584d9c625SLionel Sambuc static char revision[] = "";
1684d9c625SLionel Sambuc 
1784d9c625SLionel Sambuc /* FIXME plugins: We should make the version information more precise.
1884d9c625SLionel Sambuc    One way to do is to add a checksum. */
1984d9c625SLionel Sambuc 
2084d9c625SLionel Sambuc static struct plugin_gcc_version gcc_version = {basever, datestamp,
2184d9c625SLionel Sambuc 						devphase, revision,
2284d9c625SLionel Sambuc 						configuration_arguments};
23