Date: Wed, 13 Jun 2012 02:49:54 +1100 From: Dima Panov <fluffy@fluffy.khv.ru> To: "Pedro F. Giffuni" <pfg@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236962 - in head/contrib/gcc: . config/i386 doc Message-ID: <4FD76522.9050509@fluffy.khv.ru> In-Reply-To: <201206121504.q5CF4JYo060137@svn.freebsd.org> References: <201206121504.q5CF4JYo060137@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > athlon64 athlon-fx" 1>&2 > exit 1 > ;; > esac > @@ -2515,6 +2515,9 @@ if test x$with_cpu = x ; then > -- Dima Panov (fluffy@FreeBSD.org) (KDE, Office)@FreeBSD team Facebook: http://www.facebook.com/fluffy.khv IRC: fluffy@EFNet, fluffykhv@FreeNode twitter: fluffy_khv | skype: dima.panov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD76522.9050509>