14c3eb207Smrg /* This file is automatically generated. DO NOT EDIT! */ 24c3eb207Smrg /* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp */ 34c3eb207Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 44c3eb207Smrg 54c3eb207Smrg #include "configargs.h" 64c3eb207Smrg 74c3eb207Smrg #define GCCPLUGIN_VERSION_MAJOR 10 8*4ac76180Smrg #define GCCPLUGIN_VERSION_MINOR 5 94c3eb207Smrg #define GCCPLUGIN_VERSION_PATCHLEVEL 0 104c3eb207Smrg #define GCCPLUGIN_VERSION (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR) 114c3eb207Smrg 12*4ac76180Smrg static char basever[] = "10.5.0"; 13*4ac76180Smrg static char datestamp[] = "20230707"; 144c3eb207Smrg static char devphase[] = ""; 154c3eb207Smrg static char revision[] = ""; 164c3eb207Smrg 174c3eb207Smrg /* FIXME plugins: We should make the version information more precise. 184c3eb207Smrg One way to do is to add a checksum. */ 194c3eb207Smrg 204c3eb207Smrg static struct plugin_gcc_version gcc_version = {basever, datestamp, 214c3eb207Smrg devphase, revision, 224c3eb207Smrg configuration_arguments}; 23