• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
1#include "configargs.h"
2
3static char basever[] = "4.6.1";
4static char datestamp[] = "20110627";
5static char devphase[] = "";
6static char revision[] = "";
7
8/* FIXME plugins: We should make the version information more precise.
9   One way to do is to add a checksum. */
10
11static struct plugin_gcc_version gcc_version = {basever, datestamp,
12						devphase, revision,
13						configuration_arguments};
14