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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h26 #define GCC_VERSION(major,minor) \ macro
37 #if GCC_VERSION(3,0)
45 #if GCC_VERSION(3,0)
54 #if GCC_VERSION(3,0)
62 #if GCC_VERSION(3,0)
69 #if GCC_VERSION(3,4)
76 #if GCC_VERSION(2,5)
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dansidecl.h105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >
[all...]
H A Dlibiberty.h647 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
/macosx-10.9.5/mDNSResponder-522.92.1/
H A DMakefile23 ifneq ($(strip $(GCC_VERSION)),)
24 VER = -- GCC_VERSION=$(GCC_VERSION)
/macosx-10.9.5/uucp-11/uucp/
H A Duucp.h148 #ifndef GCC_VERSION
149 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
150 #endif /* GCC_VERSION */
156 #if (GCC_VERSION < 2007)
162 # if (GCC_VERSION >= 2096)
171 # if (GCC_VERSION >= 2093)
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Dplatform.h168 /* Define GCC_VERSION as per
171 #define GCC_VERSION (__GNUC__ * 10000 \ macro
/macosx-10.9.5/patch_cmds-17/diffstat/
H A Dconfigure4671 GCC_VERSION=none
4675 GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
4676 test -z "$GCC_VERSION" && GCC_VERSION=unknown
4677 echo "$as_me:4677: result: $GCC_VERSION" >&5
4678 echo "${ECHO_T}$GCC_VERSION" >&6
4940 case $GCC_VERSION in
4942 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
4944 echo "${as_me:-configure}:4944: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dconfigure2189 GCC_VERSION=none
2193 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
2194 test -z "$GCC_VERSION" && GCC_VERSION=unknown
2195 echo "$ac_t""$GCC_VERSION" 1>&6
2336 case $GCC_VERSION in
2338 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
2340 echo "${as_me-configure}:2341: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
/macosx-10.9.5/ncurses-42/ncurses/
H A Dconfigure2091 GCC_VERSION=none
2095 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`"
2096 test -z "$GCC_VERSION" && GCC_VERSION=unknown
2097 echo "$as_me:2097: result: $GCC_VERSION" >&5
2098 echo "${ECHO_T}$GCC_VERSION" >&6
10137 case $GCC_VERSION in
10139 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6
10141 echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
10272 case "$GCC_VERSION" i
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dconfigure13728 GCC_VERSION=`${CC} --version | head -1 | awk '{print $3}'`
13729 GCC_MAJOR=`echo ${GCC_VERSION} | sed 's+\..*++'`
13730 GCC_MEDIUM=`echo ${GCC_VERSION} | sed 's+[0-9]*\.++' | sed 's+\..*++'`
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dconfigure5888 GCC_VERSION=`${MAKEFILE_CC} --version`
5889 case ${GCC_VERSION} in
[all...]

Completed in 233 milliseconds