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

/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h44 #undef GCC_VERSION macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dlz4.c251 * Linux : GCC_VERSION is defined as of 3.9-rc1, so undefine it.
254 #ifdef GCC_VERSION
255 #undef GCC_VERSION macro
258 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
260 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
388 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \
409 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \
431 #if ((defined(__GNUC__) && (GCC_VERSION >= 304)) || defined(__clang__)) && \
447 #if defined(__GNUC__) && (GCC_VERSION >= 304) && \
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Dxxhash.c148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro
150 #if GCC_VERSION >= 409
167 #elif GCC_VERSION >= 403
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h56 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + \ macro
/freebsd-13-stable/contrib/byacc/
H A Dconfigure1856 GCC_VERSION=none
1860 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1861 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1862 echo "$as_me:1862: result: $GCC_VERSION" >&5
1863 echo "${ECHO_T}$GCC_VERSION" >&6
5340 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
5375 case $GCC_VERSION in
5377 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
5379 echo "${as_me:-configure}:5379: testing feature is broken in gcc $GCC_VERSION
[all...]
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c145 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
164 #elif GCC_VERSION >= 403
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c143 # define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
348 # elif defined(__GNUC__) && (GCC_VERSION >= 304) /* GCC Intrinsic */
H A Dzstd_v03.c2333 # define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/freebsd-13-stable/contrib/dialog/
H A Dconfigure1758 GCC_VERSION=none
1762 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
1763 test -z "$GCC_VERSION" && GCC_VERSION=unknown
1764 echo "$as_me:1764: result: $GCC_VERSION" >&5
1765 echo "${ECHO_T}$GCC_VERSION" >&6
5726 case $GCC_VERSION in
5728 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
5730 echo "${as_me:-configure}:5730: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
5736 case $GCC_VERSION i
[all...]
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure2104 GCC_VERSION=none
2108 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC[^)]*) //' -e 's/^.*(Debian[^)]*) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
2109 test -z "$GCC_VERSION" && GCC_VERSION=unknown
2110 echo "$as_me:2110: result: $GCC_VERSION" >&5
2111 echo "${ECHO_T}$GCC_VERSION" >&6
15609 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
15644 case $GCC_VERSION in
15646 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
15648 echo "${as_me:-configure}:15648: testing feature is broken in gcc $GCC_VERSION
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c972 /* The GCC_VERSION and MSVC_VERSION macros are used to
982 ** so the GCC_VERSION macro will be set to a correct non-zero value even
986 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
988 # define GCC_VERSION 0 macro
1020 #if GCC_VERSION>=7000000
13573 #if GCC_VERSION>=4007000 || \
191606 # define GCC_VERSION macro
191608 # define GCC_VERSION macro
195642 # define GCC_VERSION macro
195644 # define GCC_VERSION macro
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5644 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
5663 #elif GCC_VERSION >= 403
[all...]

Completed in 929 milliseconds