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

2012-06-12 Thread Pedro Giffuni
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|Xnoco

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

2012-06-12 Thread Pedro Giffuni
On 06/12/12 10:04, Pedro F. Giffuni wrote: Author: pfg Date: Tue Jun 12 15:04:18 2012 New Revision: 236962 URL: http://svn.freebsd.org/changeset/base/236962 Log: Add experimental support for amdfam10/barcelona from the GCC 4.3 branch. Initial support for the AMD barcelona chipsets has bee

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

2012-06-12 Thread Dima Panov
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|Xk

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

2012-06-12 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jun 12 15:04:18 2012 New Revision: 236962 URL: http://svn.freebsd.org/changeset/base/236962 Log: Add experimental support for amdfam10/barcelona from the GCC 4.3 branch. Initial support for the AMD barcelona chipsets has been available in the gcc43 branch under GPLv2