118a5822eSThomas Veerman /* 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 */ 418a5822eSThomas Veerman 518a5822eSThomas Veerman #include "configargs.h" 618a5822eSThomas Veerman 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"; 1418a5822eSThomas Veerman static char devphase[] = ""; 1518a5822eSThomas Veerman static char revision[] = ""; 1618a5822eSThomas Veerman 1718a5822eSThomas Veerman /* FIXME plugins: We should make the version information more precise. 1818a5822eSThomas Veerman One way to do is to add a checksum. */ 1918a5822eSThomas Veerman 2018a5822eSThomas Veerman static struct plugin_gcc_version gcc_version = {basever, datestamp, 2118a5822eSThomas Veerman devphase, revision, 2218a5822eSThomas Veerman configuration_arguments}; 23