OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCC_VERSION
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
os.h
207
#define
GCC_VERSION
(__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
209
#if !defined(__clang__) && (__GNUC__) && (
GCC_VERSION
< 40500)
220
#if (__GNUC__) && (
GCC_VERSION
< 100000)
229
#if (__GNUC__) && (
GCC_VERSION
< 40900)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
os.h
165
#define
GCC_VERSION
(__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
167
#if !defined(__clang__) && (__GNUC__) && (
GCC_VERSION
< 40500)
185
#if (__GNUC__) && (
GCC_VERSION
< 409000)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
gen_knobs.cpp
46
#if (__GNUC__) && (
GCC_VERSION
< 409000)
/xsrc/external/mit/xterm/dist/
configure
1959
GCC_VERSION
=none
1963
GCC_VERSION
="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^[^(]*([^)][^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1964
test -z "$
GCC_VERSION
" &&
GCC_VERSION
=unknown
1965
echo "$as_me:1965: result: $
GCC_VERSION
" >&5
1966
echo "${ECHO_T}$
GCC_VERSION
" >&6
24997
elif test "$GCC" = yes && test "$
GCC_VERSION
" != "unknown"
25031
case "$
GCC_VERSION
" in
25033
test -n "$verbose" && echo " feature is broken in gcc $
GCC_VERSION
" 1>&6
25035
echo "${as_me:-configure}:25035: testing feature is broken in gcc $
GCC_VERSION
..." 1>&
[
all
...]
/xsrc/external/mit/freetype/dist/builds/unix/
configure
13357
GCC_VERSION
=`$CC -dumpversion`
13358
GCC_MAJOR=`echo "$
GCC_VERSION
" | sed 's/\([^.][^.]*\).*/\1/'`
13359
GCC_MINOR=`echo "$
GCC_VERSION
" | sed 's/[^.][^.]*.\([^.][^.]*\).*/\1/'`
Completed in 16 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026