OSDN Git Service

* config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to
[pf3gnuchains/gcc-fork.git] / gcc / config.gcc
index 65dccba..9cf254c 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_32 to pentium4, tune_32 to generic like the other
-       # i386 targets, although config.guess defaults to i386-pc-solaris2*.
+       # Set default arch and tune to pentium4 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