Searched refs:GCC_VERSION (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h207 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
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/
H A Dos.h165 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
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/
H A Dgen_knobs.cpp46 #if (__GNUC__) && (GCC_VERSION < 409000)
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dconfigure.ac253 GCC_VERSION=`$CC -dumpversion`
254 GCC_MAJOR=`echo "$GCC_VERSION" | sed 's/\([[^.]][[^.]]*\).*/\1/'`
255 GCC_MINOR=`echo "$GCC_VERSION" | sed 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/\1/'`
H A Dconfigure13357 GCC_VERSION=`$CC -dumpversion`
13358 GCC_MAJOR=`echo "$GCC_VERSION" | sed 's/\([^.][^.]*\).*/\1/'`
13359 GCC_MINOR=`echo "$GCC_VERSION" | sed 's/[^.][^.]*.\([^.][^.]*\).*/\1/'`
/xsrc/external/mit/xterm/dist/
H A Daclocal.m41335 GCC_VERSION=none
1338 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^[[^(]]*([[^)]][[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
1339 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1340 AC_MSG_RESULT($GCC_VERSION)
1408 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
1436 case "$GCC_VERSION" in
1438 CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
1443 case "$GCC_VERSION" in
1445 CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
[all...]
H A Dconfigure1959 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
[all...]

Completed in 36 milliseconds