Home | History | Annotate | Line # | Download | only in mipsn64el
      1      1.1  mrg /* This file is automatically generated.  DO NOT EDIT! */
      2  1.1.1.3  mrg /* Generated from: NetBSD: mknative-gcc,v 1.118 2024/02/21 08:24:46 mrg Exp  */
      3      1.1  mrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
      4      1.1  mrg 
      5      1.1  mrg #include "configargs.h"
      6      1.1  mrg 
      7  1.1.1.3  mrg #define GCCPLUGIN_VERSION_MAJOR   12
      8  1.1.1.2  mrg #define GCCPLUGIN_VERSION_MINOR   5
      9      1.1  mrg #define GCCPLUGIN_VERSION_PATCHLEVEL   0
     10      1.1  mrg #define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
     11      1.1  mrg 
     12  1.1.1.3  mrg static char basever[] = "12.5.0";
     13  1.1.1.3  mrg static char datestamp[] = "20250711";
     14      1.1  mrg static char devphase[] = "";
     15      1.1  mrg static char revision[] = "";
     16      1.1  mrg 
     17      1.1  mrg /* FIXME plugins: We should make the version information more precise.
     18      1.1  mrg    One way to do is to add a checksum. */
     19      1.1  mrg 
     20      1.1  mrg static struct plugin_gcc_version gcc_version = {basever, datestamp,
     21      1.1  mrg 						devphase, revision,
     22      1.1  mrg 						configuration_arguments};
     23