OSDN Git Service

* config.guess (i[34567]86-*-solaris2*): Default with_arch_32,
authorro@138bc75d-0d04-0410-961f-82ee72b054a4 <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Apr 2010 10:32:10 +0000 (10:32 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:16:01 +0000 (14:16 +0900)
with_tune_32 to pentium4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157903 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 469ac53..a81603d 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config.guess (i[34567]86-*-solaris2*): Default with_arch_32,
+       with_tune_32 to pentium4.
+
 2010-04-01  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
index 65dccba..1209417 100644 (file)
@@ -1223,10 +1223,10 @@ 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}
+       with_tune_32=${with_tune_32:-pentium4}
        case ${target} in
        *-*-solaris2.1[0-9]*)
                tm_file="${tm_file} sol2-10.h"