OpenCores
URL https://opencores.org/ocsvn/altor32/altor32/trunk

Subversion Repositories altor32

[/] [altor32/] [trunk/] [gcc-x64/] [or1knd-elf/] [lib/] [gcc/] [or1knd-elf/] [4.8.0/] [plugin/] [include/] [plugin-version.h] - Blame information for rev 35

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 ultra_embe
#include "configargs.h"
2
 
3
#define GCCPLUGIN_VERSION_MAJOR   4
4
#define GCCPLUGIN_VERSION_MINOR   8
5
#define GCCPLUGIN_VERSION_PATCHLEVEL   0
6
#define GCCPLUGIN_VERSION  (GCCPLUGIN_VERSION_MAJOR*1000 + GCCPLUGIN_VERSION_MINOR)
7
 
8
static char basever[] = "4.8.0";
9
static char datestamp[] = "20121129";
10
static char devphase[] = "experimental";
11
static char revision[] = "";
12
 
13
/* FIXME plugins: We should make the version information more precise.
14
   One way to do is to add a checksum. */
15
 
16
static struct plugin_gcc_version gcc_version = {basever, datestamp,
17
                                                devphase, revision,
18
                                                configuration_arguments};

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.