Searched refs:gcc_BASEVER (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/
H A Dconf.py55 gcc_BASEVER = __read_file('BASE-VER') variable
65 version = gcc_BASEVER
68 % (gcc_BASEVER, gcc_DEVPHASE, gcc_DATESTAMP,
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/
H A Dconf.py55 gcc_BASEVER = __read_file('BASE-VER') variable
65 version = gcc_BASEVER
68 % (gcc_BASEVER, gcc_DEVPHASE, gcc_DATESTAMP,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dconfigure12422 gcc_BASEVER=`cat $srcdir/BASE-VER`
12433 #define GCCPLUGIN_VERSION_MAJOR `echo $gcc_BASEVER | sed -e 's/^\([0-9]*\).*$/\1/'`
12434 #define GCCPLUGIN_VERSION_MINOR `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`
12435 #define GCCPLUGIN_VERSION_PATCHLEVEL `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`
12438 static char basever[] = "$gcc_BASEVER";
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dconfigure13051 gcc_BASEVER=`cat $srcdir/BASE-VER`
13062 #define GCCPLUGIN_VERSION_MAJOR `echo $gcc_BASEVER | sed -e 's/^\([0-9]*\).*$/\1/'`
13063 #define GCCPLUGIN_VERSION_MINOR `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`
13064 #define GCCPLUGIN_VERSION_PATCHLEVEL `echo $gcc_BASEVER | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`
13067 static char basever[] = "$gcc_BASEVER";

Completed in 373 milliseconds