OSDN Git Service

Update comment for last commit.
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Apr 2010 10:35:19 +0000 (10:35 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:17:18 +0000 (14:17 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158051 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config.gcc

index 9cf254c..65dccba 100644 (file)
@@ -1223,8 +1223,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