1285612Sdelphij/* This file is automatically generated.  DO NOT EDIT! */
2182007Sroberto/* Generated from: NetBSD: mknative-gcc,v 1.116 2022/07/22 06:50:26 mrg Exp  */
3285612Sdelphij/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4285612Sdelphij
5285612Sdelphij#include "configargs.h"
6285612Sdelphij
7182007Sroberto#define GCCPLUGIN_VERSION_MAJOR   10
8285612Sdelphij#define GCCPLUGIN_VERSION_MINOR   5
9285612Sdelphij#define GCCPLUGIN_VERSION_PATCHLEVEL   0
10285612Sdelphij#define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
11285612Sdelphij
12285612Sdelphijstatic char basever[] = "10.5.0";
13285612Sdelphijstatic char datestamp[] = "20230707";
14285612Sdelphijstatic char devphase[] = "";
15285612Sdelphijstatic char revision[] = "";
1654359Sroberto
17285612Sdelphij/* FIXME plugins: We should make the version information more precise.
18285612Sdelphij   One way to do is to add a checksum. */
19285612Sdelphij
20285612Sdelphijstatic struct plugin_gcc_version gcc_version = {basever, datestamp,
21182007Sroberto						devphase, revision,
22285612Sdelphij						configuration_arguments};
23285612Sdelphij