diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2010-04-07 10:35:19 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-04-07 10:35:19 +0000 |
commit | 9d151aff9528cc568ac7f6a9410ea92d81802701 (patch) | |
tree | d018dd25fae1b6aa769a589827dc3a4a62ba75af /gcc | |
parent | 9af272207f35f442a9e6541aa3f8a03b91ad3c2d (diff) | |
download | gcc-9d151aff9528cc568ac7f6a9410ea92d81802701.zip gcc-9d151aff9528cc568ac7f6a9410ea92d81802701.tar.gz gcc-9d151aff9528cc568ac7f6a9410ea92d81802701.tar.bz2 |
Update comment for last commit.
From-SVN: r158051
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a78d1db..12334cd 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 |