From 6f5b6a64f53c4ced6e8ec092897d7956dbda018a Mon Sep 17 00:00:00 2001 From: ro Date: Wed, 7 Apr 2010 10:35:19 +0000 Subject: [PATCH] Update comment for last commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158051 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config.gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index a78d1db806f..12334cd09d4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1236,8 +1236,8 @@ i[34567]86-*-rtems*) ;; i[34567]86-*-solaris2*) tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h sol2.h" - # Set default arch and tune to pentium4 like the other i386 targets, - # although config.guess defaults to i386-pc-solaris2*. + # Set default arch_32 to pentium4, tune_32 to generic like the other + # i386 targets, although config.guess defaults to i386-pc-solaris2*. with_arch_32=${with_arch_32:-pentium4} with_tune_32=${with_tune_32:-generic} case ${target} in -- 2.11.0