Home
last modified time | relevance | path

Searched refs:ccbase (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/
Dconfigure.ac2103 # $cclist_chosen, just a single value for $ccbase.
2110 for ccbase in $CC; do break; done
2111 ccbase=`echo $ccbase | sed 's:.*/::'`
2113 # If this $ccbase is in $cclist_chosen then it's a compiler we know and
2117 # "unrecognised" is used to avoid bad effects with eval if $ccbase has
2118 # non-symbol characters. For instance ccbase=my+cc would end up with
2125 if test "$ccbase" = $i; then
2126 found=$ccbase
2133 for ccbase in $cclist_chosen; do
2149 test -n "$cc" || cc="$ccprefix$ccbase"
[all …]
Dconfigure5791 # $cclist_chosen, just a single value for $ccbase.
5799 ccbase=`echo $ccbase | sed 's:.*/::'`
5801 # If this $ccbase is in $cclist_chosen then it's a compiler we know and
5805 # "unrecognised" is used to avoid bad effects with eval if $ccbase has
5813 if test "$ccbase" = $i; then
5814 found=$ccbase
5837 test -n "$cc" || cc="$ccprefix$ccbase"
5840 # $ccbase so as to use the flags we know for gcc. This helps for
5850 if test $ccbase != gcc; then
5867 ccbase=gcc
[all …]
Dacinclude.m41147 [if test "$ccbase" = gcc; then
DChangeLog26014 (ccbase): Only use a known compiler in eval statements (avoids
26016 (ccbase): Use GMP_PROG_CC_IS_GNU to identify gcc installed under a
26021 (GMP_GCC_MARCH_PENTIUMPRO): Use $ccbase to identify gcc.