diff options
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config.gcc b/contrib/gcc/config.gcc index 3e4e596..5806ce7 100644 --- a/contrib/gcc/config.gcc +++ b/contrib/gcc/config.gcc @@ -1216,7 +1216,7 @@ i[34567]86-*-solaris2*) ;; *) echo "Unsupported CPU used in --with-cpu=$with_cpu, supported values:" 1>&2 - echo "generic core2 nocona x86-64amd fam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2 + echo "generic core2 nocona x86-64 amdfam10 barcelona k8 opteron athlon64 athlon-fx" 1>&2 exit 1 ;; esac |