svn commit: r236962 - in head/contrib/gcc: . config/i386 doc

Pedro Giffuni pfg at FreeBSD.org
Tue Jun 12 16:11:34 UTC 2012


On 06/12/12 10:49, Dima Panov wrote:
> 13.06.2012 2:04, Pedro F. Giffuni написал:
>> @@ -1209,14 +1209,14 @@ i[34567]86-*-solaris2*)
>>           # FIXME: -m64 for i[34567]86-*-* should be allowed just
>>           # like -m32 for x86_64-*-*.
>>           case X"${with_cpu}" in
>> -        
>> Xgeneric|Xcore2|Xnocona|Xx86-64|Xk8|Xopteron|Xathlon64|Xathlon-fx)
>> +        
>> Xgeneric|Xcore2|Xnocona|Xx86-64|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx)
>>               ;;
>>           X)
>>               with_cpu=generic
>>               ;;
>>           *)
>>               echo "Unsupported CPU used in --with-cpu=$with_cpu, 
>> supported values:" 1>&2
>> -            echo "generic core2 nocona x86-64 k8 opteron athlon64 
>> athlon-fx" 1>&2
>> +            echo "generic core2 nocona x86-64amd fam10 barcelona k8 
>> opteron
>
> Please take a look at typo.      x86-64amd fam10
>

Thank you, just fixed in r236964 !!

Mentor approval implicit: I think we don't actually use config.gcc at 
all but it didn't
make much sense to wait before fixing space typo ;).

Thanks,

Pedro.


More information about the svn-src-head mailing list