Commit 9d151aff by Rainer Orth

Update comment for last commit.

From-SVN: r158051
parent 9af27220
...@@ -1236,8 +1236,8 @@ i[34567]86-*-rtems*) ...@@ -1236,8 +1236,8 @@ i[34567]86-*-rtems*)
;; ;;
i[34567]86-*-solaris2*) 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" 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, # Set default arch_32 to pentium4, tune_32 to generic like the other
# although config.guess defaults to i386-pc-solaris2*. # i386 targets, although config.guess defaults to i386-pc-solaris2*.
with_arch_32=${with_arch_32:-pentium4} with_arch_32=${with_arch_32:-pentium4}
with_tune_32=${with_tune_32:-generic} with_tune_32=${with_tune_32:-generic}
case ${target} in case ${target} in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment