diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-01 10:32:10 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-01 10:32:10 +0000 |
commit | 2c22525da34b55450b6c132a4993320d06ab1661 (patch) | |
tree | 09c3a4806467b48eb4fa284ba6d15e7a3bfc96c2 /gcc/config.gcc | |
parent | 684548b1e75420815940989c728932b8068dea22 (diff) | |
download | gcc-2c22525da34b55450b6c132a4993320d06ab1661.tar.gz |
* config.guess (i[34567]86-*-solaris2*): Default with_arch_32,
with_tune_32 to pentium4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157903 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b0ed0128ed1..c26ae5ac198 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1236,6 +1236,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 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:-pentium4} case ${target} in *-*-solaris2.1[0-9]*) tm_file="${tm_file} sol2-10.h" |